#7E85B4

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

Shades of Wild Blue Yonder #7E85B4

Tints of Wild Blue Yonder #7E85B4

Color information

#7E85B4 (or 0x7E85B4) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 85 and B4. RGB value is (126,133,180). Sum of RGB (Red+Green+Blue) = 126+133+180=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E85B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E85B4 is #817A4B. Grayscale: #888888. Windows color (decimal): -8485452 or 11830654. OLE color: 11830654.

HSL color Cylindrical-coordinate representation of color #7E85B4: hue angle of 232.22º degrees, saturation: 0.26, 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 #7E85B4 is Cyan = 0.3, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126133180-
CMYK0.30.2600.29
HSL232.22º26.47%60%-
HSV(B)232.22º30%70.59%-
XYZ25.2324.5146.58-
YUV136.27152.68120.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.70%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=28.70%
G=30.30%
B=41.00%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261331800.30.2600.29232.2226.4760
Hex7E85B41E1A01De81a3c
Octal17620526436320353503274
Binary1111110100001011011010011110110100111011110100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E85B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,180); }

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

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

 a { background-color: rgb(126,133,180); }

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

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

 span { border-color: rgb(126,133,180); }

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