#808CC6

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

Shades of Wild Blue Yonder #808CC6

Tints of Wild Blue Yonder #808CC6

Color information

#808CC6 (or 0x808CC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 8C and C6. RGB value is (128,140,198). Sum of RGB (Red+Green+Blue) = 128+140+198=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #808CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CC6 is #7F7339. Grayscale: #8E8E8E. Windows color (decimal): -8352570 or 13012096. OLE color: 13012096.

HSL color Cylindrical-coordinate representation of color #808CC6: hue angle of 229.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808CC6 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB128140198-
CMYK0.350.2900.22
HSL229.71º38.04%63.92%-
HSV(B)229.71º35.35%77.65%-
XYZ28.4727.4257.22-
YUV143.02159.02117.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=27.47%
G=30.04%
B=42.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281401980.350.2900.22229.7138.0463.92
Hex808CC6231D016e62640
Octal200214306433502634646100
Binary10000000100011001100011010001111101010110111001101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,140,198); }

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

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

 a { background-color: rgb(128,140,198); }

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

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

 span { border-color: rgb(128,140,198); }

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