#808EBC

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

Shades of Wild Blue Yonder #808EBC

Tints of Wild Blue Yonder #808EBC

Color information

#808EBC (or 0x808EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8E and BC. RGB value is (128,142,188). Sum of RGB (Red+Green+Blue) = 128+142+188=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #808EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EBC is #7F7143. Grayscale: #8E8E8E. Windows color (decimal): -8352068 or 12357248. OLE color: 12357248.

HSL color Cylindrical-coordinate representation of color #808EBC: hue angle of 226º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808EBC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128142188-
CMYK0.320.2400.26
HSL226º30.93%61.96%-
HSV(B)226º31.91%73.73%-
XYZ27.6527.5751.44-
YUV143.06153.36117.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=27.95%
G=31.00%
B=41.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281421880.320.2400.2622630.9361.96
Hex808EBC201801Ae21f3e
Octal20021627440300323423776
Binary100000001000111010111100100000110000110101110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808EBC; }

 p { color: rgb(128,142,188); }

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

<style>
 a { background-color: #808EBC; }

 a { background-color: rgb(128,142,188); }

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

<style>
 span { border-color: #808EBC; }

 span { border-color: rgb(128,142,188); }

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