COLOR #7592E0

HEX: #7592E0 RGB: (117,146,224)

Color info

#7592E0 contains mainly blue color. Web safe color of #7592E0 is #6699CC (or #69C).

RGB color model

#7592E0 color RGB value is (117,146,224).

RGB: (117,146,224) (46%, 57%, 88%)

RGB channels and saturation

R 117 of 255 = 46%
G 146 of 255 = 57%
B 224 of 255 = 88%

117
146
224

R + G + B ~ 64%. #7592E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 146 + 224 = 487 (100%)
R 117 of 487 ~ 24.02%
G 146 of 487 ~ 29.98%
B 224 of 487 ~ 46'%

%24.02
%29.98
%46

CMYK color model

#7592E0 color CMYK value is (48,35,0,12).

  • cyan value is 47.77%
  • magenta value is 34.82%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (48,35,0,12)
C48M35Y0K12 (48%, 35%, 0%, 12%)
(0.48 / 0.35 / 0.00 / 0.12)

CMYK percentages

%47.77
%34.82
%0
%12.16

Codes

Color #7592E0 in popluar color models

75 92 E0
RGB 117 146 224
HSL 224° 63.31% 66.86%
HSB/HSV 224° 47.77% 87.84%
CMYK 47.77% 34.82% 0.00%
12.16%

Color #7592E0 in popluar number systems.

HEX 75 92 E0
Decimal 117 146 224
Binary 1110101 10010010 11100000
Octal 165 222 340

Shades and tints

Shades of #7592E0

#7592E0
(117,146,224)
#6B85CC
(107,133,204)
#6178B8
(97,120,184)
#576BA4
(87,107,164)
#4D5E90
(77,94,144)
#43517C
(67,81,124)
#394468
(57,68,104)
#2F3754
(47,55,84)
#252A40
(37,42,64)
#1B1D2C
(27,29,44)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #7592E0

#7592E0
(117,146,224)
#819BE2
(129,155,226)
#8DA4E4
(141,164,228)
#99ADE6
(153,173,230)
#A5B6E8
(165,182,232)
#B1BFEA
(177,191,234)
#BDC8EC
(189,200,236)
#C9D1EE
(201,209,238)
#D5DAF0
(213,218,240)
#E1E3F2
(225,227,242)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7592E0 color. Also use rgb(117,146,224) instead hex code.

Text Font Color

.myTextColor { color: #7592E0; }

<p style="color:#7592E0">This sample text font color is #7592E0.</p>

This text font color is #7592E0.

Background Color

.myBgColor { background-color: #7592E0; }

<div style="background-color:#7592E0">Inner text</div>

This div background color is #7592E0.

Border color

.myBorderColor { border: 1px solid #7592E0; }

<div style="border:3px solid #7592E0">Div</div>

This div border color is #7592E0.

Opacity

.myOpacity80 { color: #7592E0; opacity: 0.8; }

<p style="color:#7592E0;opacity:0.8;">80%</p>

Text with #7592E0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7592E0;}

<p style="text-shadow: 3px 3px 1px #7592E0">Text here.</p>

This text has shadow with #7592E0 color.


.textShadow {text-shadow: 3px 3px 1px #7592E0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7592E0, 5px 5px 20px red">Text here.</p>

This text has shadow with #7592E0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7592E0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7592E0, Direction=45, Strength=4)">Text</p>

This text has shadow with #7592E0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7592E0;
-webkit-box-shadow: 1px 1px 3px 2px #7592E0;
box-shadow: 1px 1px 3px 2px #7592E0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7592E0; -webkit-box-shadow: 1px 1px 3px 2px #7592E0; box-shadow:1px 1px 3px 2px #7592E0;">
Div content here
</div>

This div box has shadow with color #7592E0.

Preview

Color preview on black background

This text has color #7592E0 on black background.


Color preview on white background

This text has color #7592E0 on white background.


Black color preview on #7592E0 background

This text has black color on #7592E0 background.


White color preview on #7592E0 background

This text has white color on #7592E0 background.


Related colors

Complementary color

Complementary color for #hex is #8A6D1F.


I love getcolorcode.com

Triadic colors

1 #E07592 and #92E075 with #7592E0 are triadic colors.

2 #E09275 and #9275E0 with #7592E0 are triadic colors.