#808DCA

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

Shades of Wild Blue Yonder #808DCA

Tints of Wild Blue Yonder #808DCA

Color information

#808DCA (or 0x808DCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8D and CA. RGB value is (128,141,202). Sum of RGB (Red+Green+Blue) = 128+141+202=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #808DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DCA is #7F7235. Grayscale: #8F8F8F. Windows color (decimal): -8352310 or 13274496. OLE color: 13274496.

HSL color Cylindrical-coordinate representation of color #808DCA: hue angle of 229.46º 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 #808DCA is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128141202-
CMYK0.370.3000.21
HSL229.46º41.11%64.71%-
HSV(B)229.46º36.63%79.22%-
XYZ29.0927.959.73-
YUV144.07160.69116.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=27.18%
G=29.94%
B=42.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281412020.370.3000.21229.4641.1164.71
Hex808DCA251E015e52941
Octal200215312453602534551101
Binary10000000100011011100101010010111110010101111001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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