#808ECA

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

Shades of Wild Blue Yonder #808ECA

Tints of Wild Blue Yonder #808ECA

Color information

#808ECA (or 0x808ECA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8E and CA. RGB value is (128,142,202). Sum of RGB (Red+Green+Blue) = 128+142+202=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #808ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ECA is #7F7135. Grayscale: #909090. Windows color (decimal): -8352054 or 13274752. OLE color: 13274752.

HSL color Cylindrical-coordinate representation of color #808ECA: hue angle of 228.65º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808ECA is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128142202-
CMYK0.370.3000.21
HSL228.65º41.11%64.71%-
HSV(B)228.65º36.63%79.22%-
XYZ29.2428.259.78-
YUV144.65160.36116.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=27.12%
G=30.08%
B=42.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281422020.370.3000.21228.6541.1164.71
Hex808ECA251E015e52941
Octal200216312453602534551101
Binary10000000100011101100101010010111110010101111001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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