#808BCA

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

Shades of Wild Blue Yonder #808BCA

Tints of Wild Blue Yonder #808BCA

Color information

#808BCA (or 0x808BCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8B and CA. RGB value is (128,139,202). Sum of RGB (Red+Green+Blue) = 128+139+202=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #808BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BCA is #7F7435. Grayscale: #8E8E8E. Windows color (decimal): -8352822 or 13273984. OLE color: 13273984.

HSL color Cylindrical-coordinate representation of color #808BCA: hue angle of 231.08º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808BCA is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128139202-
CMYK0.370.3100.21
HSL231.08º41.11%64.71%-
HSV(B)231.08º36.63%79.22%-
XYZ28.827.3259.63-
YUV142.89161.36117.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 139 (54.69% from 255) = 29.64%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=27.29%
G=29.64%
B=43.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281392020.370.3100.21231.0841.1164.71
Hex808BCA251F015e72941
Octal200213312453702534751101
Binary10000000100010111100101010010111111010101111001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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