#808EBF

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

Shades of Wild Blue Yonder #808EBF

Tints of Wild Blue Yonder #808EBF

Color information

#808EBF (or 0x808EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8E and BF. RGB value is (128,142,191). Sum of RGB (Red+Green+Blue) = 128+142+191=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #808EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EBF is #7F7140. Grayscale: #8F8F8F. Windows color (decimal): -8352065 or 12553856. OLE color: 12553856.

HSL color Cylindrical-coordinate representation of color #808EBF: hue angle of 226.67º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #808EBF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128142191-
CMYK0.330.2600.25
HSL226.67º32.98%62.55%-
HSV(B)226.67º32.98%74.9%-
XYZ27.9827.753.16-
YUV143.4154.86117.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 191 (75% from 255) = 41.43%
R=27.77%
G=30.80%
B=41.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281421910.330.2600.25226.6732.9862.55
Hex808EBF211A019e3213f
Octal20021627741320313434177
Binary1000000010001110101111111000011101001100111100011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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