#808BBC

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

Shades of Wild Blue Yonder #808BBC

Tints of Wild Blue Yonder #808BBC

Color information

#808BBC (or 0x808BBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8B and BC. RGB value is (128,139,188). Sum of RGB (Red+Green+Blue) = 128+139+188=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #808BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BBC is #7F7443. Grayscale: #8D8D8D. Windows color (decimal): -8352836 or 12356480. OLE color: 12356480.

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

Color convert

RGB128139188-
CMYK0.320.2600.26
HSL229º30.93%61.96%-
HSV(B)229º31.91%73.73%-
XYZ27.2126.6951.29-
YUV141.3154.36118.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.13%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=28.13%
G=30.55%
B=41.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281391880.320.2600.2622930.9361.96
Hex808BBC201A01Ae51f3e
Octal20021327440320323453776
Binary100000001000101110111100100000110100110101110010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,139,188); }

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

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

 a { background-color: rgb(128,139,188); }

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

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

 span { border-color: rgb(128,139,188); }

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