#7E8EB5

Color #7E8EB5 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7E8EB5

Tints of Wild Blue Yonder #7E8EB5

Color information

#7E8EB5 (or 0x7E8EB5) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 8E and B5. RGB value is (126,142,181). Sum of RGB (Red+Green+Blue) = 126+142+181=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 181 - color contains mainly: blue. Hex color #7E8EB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8EB5 is #81714A. Grayscale: #8D8D8D. Windows color (decimal): -8483147 or 11898494. OLE color: 11898494.

HSL color Cylindrical-coordinate representation of color #7E8EB5: hue angle of 222.55º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E8EB5 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126142181-
CMYK0.300.2200.29
HSL222.55º27.09%60.2%-
HSV(B)222.55º30.39%70.98%-
XYZ26.6227.1247.55-
YUV141.66150.2116.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 28.06%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=28.06%
G=31.63%
B=40.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261421810.300.2200.29222.5527.0960.2
Hex7E8EB51E1601Ddf1b3c
Octal17621626536260353373374
Binary1111110100011101011010111110101100111011101111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E8EB5; }

 p { color: rgb(126,142,181); }

 H1.HeaderClassName
 {
   color: #7E8EB5;
 }
 .AnyTagClassName
 {
   color: #7E8EB5;
 }
</style>
background-color css

<style>
 a { background-color: #7E8EB5; }

 a { background-color: rgb(126,142,181); }

 div.DivClassName
 {
   background-color: #7E8EB5;
 }
 .BgClassName
 {
   background-color: #7E8EB5;
 }
</style>
border-color css

<style>
 span { border-color: #7E8EB5; }

 span { border-color: rgb(126,142,181); }

 td.TdClassName
 {
   border-color: #7E8EB5;
 }
 .TagClassName
 {
   border-color: #7E8EB5;
 }
</style>