#808EBB

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

Shades of Wild Blue Yonder #808EBB

Tints of Wild Blue Yonder #808EBB

Color information

#808EBB (or 0x808EBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8E and BB. RGB value is (128,142,187). Sum of RGB (Red+Green+Blue) = 128+142+187=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #808EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EBB is #7F7144. Grayscale: #8E8E8E. Windows color (decimal): -8352069 or 12291712. OLE color: 12291712.

HSL color Cylindrical-coordinate representation of color #808EBB: hue angle of 225.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808EBB is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128142187-
CMYK0.320.2400.27
HSL225.76º30.26%61.76%-
HSV(B)225.76º31.55%73.33%-
XYZ27.5427.5250.87-
YUV142.94152.86117.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=28.01%
G=31.07%
B=40.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281421870.320.2400.27225.7630.2661.76
Hex808EBB201801Be21e3e
Octal20021627340300333423676
Binary100000001000111010111011100000110000110111110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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