Shades of Wild Blue Yonder #8088C0
Tints of Wild Blue Yonder #8088C0
RGB
CMYK
RGB Variations
Color information
#8088C0 (or 0x8088C0) is known color: Wild Blue Yonder. HEX triplet: 80, 88 and C0. RGB value is (128,136,192). Sum of RGB (Red+Green+Blue) = 128+136+192=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #8088C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088C0 is #7F773F. Grayscale: #8B8B8B. Windows color (decimal): -8353600 or 12617856. OLE color: 12617856.
HSL color Cylindrical-coordinate representation of color #8088C0: hue angle of 232.5º 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 #8088C0 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 136 | 192 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.25 |
| HSL | 232.5º | 0.34% | 0.63% | - |
| HSV(B) | 232.5º | 0.33% | 0.75% | - |
| XYZ | 27.22 | 26 | 53.45 | - |
| YUV | 139.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 192 | 0.33 | 0.29 | 0 | 0.25 | 232.5 | 0.34 | 0.63 |
| Hex | 80 | 88 | C0 | 21 | 1D | 0 | 19 | E8 | 22 | 3F |
| Octal | 200 | 210 | 300 | 41 | 35 | 0 | 31 | 350 | 42 | 77 |
| Binary | 10000000 | 10001000 | 11000000 | 100001 | 11101 | 0 | 11001 | 11101000 | 100010 | 111111 |
Color Harmonies of #8088C0
Complementary color
Monochromatic Colors of #8088C0
Black with #8088C0
Text Example
Text Example
White with #8088C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8088C0; }
p { color: rgb(128,136,192); }
H1.HeaderClassName
{
color: #8088C0;
}
.AnyTagClassName
{
color: #8088C0;
}
</style>
background-color css
<style>
a { background-color: #8088C0; }
a { background-color: rgb(128,136,192); }
div.DivClassName
{
background-color: #8088C0;
}
.BgClassName
{
background-color: #8088C0;
}
</style>
border-color css
<style>
span { border-color: #8088C0; }
span { border-color: rgb(128,136,192); }
td.TdClassName
{
border-color: #8088C0;
}
.TagClassName
{
border-color: #8088C0;
}
</style>