#808EBE

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

Shades of Wild Blue Yonder #808EBE

Tints of Wild Blue Yonder #808EBE

Color information

#808EBE (or 0x808EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8E and BE. RGB value is (128,142,190). Sum of RGB (Red+Green+Blue) = 128+142+190=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #808EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EBE is #7F7141. Grayscale: #8F8F8F. Windows color (decimal): -8352066 or 12488320. OLE color: 12488320.

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

Color convert

RGB128142190-
CMYK0.330.2500.25
HSL226.45º32.29%62.35%-
HSV(B)226.45º32.63%74.51%-
XYZ27.8727.6552.58-
YUV143.29154.36117.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=27.83%
G=30.87%
B=41.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281421900.330.2500.25226.4532.2962.35
Hex808EBE2119019e2203e
Octal20021627641310313424076
Binary1000000010001110101111101000011100101100111100010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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