#808ABE

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

Shades of Wild Blue Yonder #808ABE

Tints of Wild Blue Yonder #808ABE

Color information

#808ABE (or 0x808ABE) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8A and BE. RGB value is (128,138,190). Sum of RGB (Red+Green+Blue) = 128+138+190=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #808ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ABE is #7F7541. Grayscale: #8C8C8C. Windows color (decimal): -8353090 or 12487296. OLE color: 12487296.

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

Color convert

RGB128138190-
CMYK0.330.2700.25
HSL230.32º32.29%62.35%-
HSV(B)230.32º32.63%74.51%-
XYZ27.2826.4852.39-
YUV140.94155.69118.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.07%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=28.07%
G=30.26%
B=41.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281381900.330.2700.25230.3232.2962.35
Hex808ABE211B019e6203e
Octal20021227641330313464076
Binary1000000010001010101111101000011101101100111100110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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