#808DBF

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

Shades of Wild Blue Yonder #808DBF

Tints of Wild Blue Yonder #808DBF

Color information

#808DBF (or 0x808DBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8D and BF. RGB value is (128,141,191). Sum of RGB (Red+Green+Blue) = 128+141+191=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #808DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DBF is #7F7240. Grayscale: #8E8E8E. Windows color (decimal): -8352321 or 12553600. OLE color: 12553600.

HSL color Cylindrical-coordinate representation of color #808DBF: hue angle of 227.62º 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 #808DBF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128141191-
CMYK0.330.2600.25
HSL227.62º32.98%62.55%-
HSV(B)227.62º32.98%74.9%-
XYZ27.8327.453.11-
YUV142.81155.19117.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 191 (75% from 255) = 41.52%
R=27.83%
G=30.65%
B=41.52%

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
Decimal1281411910.330.2600.25227.6232.9862.55
Hex808DBF211A019e4213f
Octal20021527741320313444177
Binary1000000010001101101111111000011101001100111100100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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