Shades of Wild Blue Yonder #808CC2
Tints of Wild Blue Yonder #808CC2
RGB
CMYK
RGB Variations
Color information
#808CC2 (or 0x808CC2) is known color: Wild Blue Yonder. HEX triplet: 80, 8C and C2. RGB value is (128,140,194). Sum of RGB (Red+Green+Blue) = 128+140+194=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #808CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CC2 is #7F733D. Grayscale: #8E8E8E. Windows color (decimal): -8352574 or 12749952. OLE color: 12749952.
HSL color Cylindrical-coordinate representation of color #808CC2: hue angle of 229.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #808CC2 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 140 | 194 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.24 |
| HSL | 229.09º | 0.35% | 0.63% | - |
| HSV(B) | 229.09º | 0.34% | 0.76% | - |
| XYZ | 28.02 | 27.24 | 54.82 | - |
| YUV | 142.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 194 | 0.34 | 0.28 | 0 | 0.24 | 229.09 | 0.35 | 0.63 |
| Hex | 80 | 8C | C2 | 22 | 1C | 0 | 18 | E5 | 23 | 3F |
| Octal | 200 | 214 | 302 | 42 | 34 | 0 | 30 | 345 | 43 | 77 |
| Binary | 10000000 | 10001100 | 11000010 | 100010 | 11100 | 0 | 11000 | 11100101 | 100011 | 111111 |
Color Harmonies of #808CC2
Complementary color
Monochromatic Colors of #808CC2
Black with #808CC2
Text Example
Text Example
White with #808CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CC2; }
p { color: rgb(128,140,194); }
H1.HeaderClassName
{
color: #808CC2;
}
.AnyTagClassName
{
color: #808CC2;
}
</style>
background-color css
<style>
a { background-color: #808CC2; }
a { background-color: rgb(128,140,194); }
div.DivClassName
{
background-color: #808CC2;
}
.BgClassName
{
background-color: #808CC2;
}
</style>
border-color css
<style>
span { border-color: #808CC2; }
span { border-color: rgb(128,140,194); }
td.TdClassName
{
border-color: #808CC2;
}
.TagClassName
{
border-color: #808CC2;
}
</style>