#808DBE

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

Shades of Wild Blue Yonder #808DBE

Tints of Wild Blue Yonder #808DBE

Color information

#808DBE (or 0x808DBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8D and BE. RGB value is (128,141,190). Sum of RGB (Red+Green+Blue) = 128+141+190=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #808DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DBE is #7F7241. Grayscale: #8E8E8E. Windows color (decimal): -8352322 or 12488064. OLE color: 12488064.

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

Color convert

RGB128141190-
CMYK0.330.2600.25
HSL227.42º32.29%62.35%-
HSV(B)227.42º32.63%74.51%-
XYZ27.7227.3652.53-
YUV142.7154.69117.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=27.89%
G=30.72%
B=41.39%

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
Decimal1281411900.330.2600.25227.4232.2962.35
Hex808DBE211A019e3203e
Octal20021527641320313434076
Binary1000000010001101101111101000011101001100111100011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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