#808FC9

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

Shades of Wild Blue Yonder #808FC9

Tints of Wild Blue Yonder #808FC9

Color information

#808FC9 (or 0x808FC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8F and C9. RGB value is (128,143,201). Sum of RGB (Red+Green+Blue) = 128+143+201=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #808FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FC9 is #7F7036. Grayscale: #909090. Windows color (decimal): -8351799 or 13209472. OLE color: 13209472.

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

Color convert

RGB128143201-
CMYK0.360.2900.21
HSL227.67º40.33%64.51%-
HSV(B)227.67º36.32%78.82%-
XYZ29.2728.4559.21-
YUV145.13159.53115.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=27.12%
G=30.30%
B=42.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281432010.360.2900.21227.6740.3364.51
Hex808FC9241D015e42841
Octal200217311443502534450101
Binary10000000100011111100100110010011101010101111001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,143,201); }

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

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

 a { background-color: rgb(128,143,201); }

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

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

 span { border-color: rgb(128,143,201); }

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