Shades of Wild Blue Yonder #8085C0
Tints of Wild Blue Yonder #8085C0
RGB
CMYK
RGB Variations
Color information
#8085C0 (or 0x8085C0) is known color: Wild Blue Yonder. HEX triplet: 80, 85 and C0. RGB value is (128,133,192). Sum of RGB (Red+Green+Blue) = 128+133+192=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #8085C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085C0 is #7F7A3F. Grayscale: #898989. Windows color (decimal): -8354368 or 12617088. OLE color: 12617088.
HSL color Cylindrical-coordinate representation of color #8085C0: hue angle of 235.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8085C0 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 133 | 192 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.25 |
| HSL | 235.31º | 0.34% | 0.63% | - |
| HSV(B) | 235.31º | 0.33% | 0.75% | - |
| XYZ | 26.8 | 25.17 | 53.31 | - |
| YUV | 138.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 192 | 0.33 | 0.31 | 0 | 0.25 | 235.31 | 0.34 | 0.63 |
| Hex | 80 | 85 | C0 | 21 | 1F | 0 | 19 | EB | 22 | 3F |
| Octal | 200 | 205 | 300 | 41 | 37 | 0 | 31 | 353 | 42 | 77 |
| Binary | 10000000 | 10000101 | 11000000 | 100001 | 11111 | 0 | 11001 | 11101011 | 100010 | 111111 |
Color Harmonies of #8085C0
Complementary color
Monochromatic Colors of #8085C0
Black with #8085C0
Text Example
Text Example
White with #8085C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8085C0; }
p { color: rgb(128,133,192); }
H1.HeaderClassName
{
color: #8085C0;
}
.AnyTagClassName
{
color: #8085C0;
}
</style>
background-color css
<style>
a { background-color: #8085C0; }
a { background-color: rgb(128,133,192); }
div.DivClassName
{
background-color: #8085C0;
}
.BgClassName
{
background-color: #8085C0;
}
</style>
border-color css
<style>
span { border-color: #8085C0; }
span { border-color: rgb(128,133,192); }
td.TdClassName
{
border-color: #8085C0;
}
.TagClassName
{
border-color: #8085C0;
}
</style>