Shades of Wild Blue Yonder #8088CB
Tints of Wild Blue Yonder #8088CB
RGB
CMYK
RGB Variations
Color information
#8088CB (or 0x8088CB) is known color: Wild Blue Yonder. HEX triplet: 80, 88 and CB. RGB value is (128,136,203). Sum of RGB (Red+Green+Blue) = 128+136+203=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8088CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088CB is #7F7734. Grayscale: #8C8C8C. Windows color (decimal): -8353589 or 13338752. OLE color: 13338752.
HSL color Cylindrical-coordinate representation of color #8088CB: hue angle of 233.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8088CB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 136 | 203 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.20 |
| HSL | 233.6º | 0.42% | 0.65% | - |
| HSV(B) | 233.6º | 0.37% | 0.8% | - |
| XYZ | 28.49 | 26.51 | 60.12 | - |
| YUV | 141.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 203 | 0.37 | 0.33 | 0 | 0.20 | 233.6 | 0.42 | 0.65 |
| Hex | 80 | 88 | CB | 25 | 21 | 0 | 14 | EA | 2A | 41 |
| Octal | 200 | 210 | 313 | 45 | 41 | 0 | 24 | 352 | 52 | 101 |
| Binary | 10000000 | 10001000 | 11001011 | 100101 | 100001 | 0 | 10100 | 11101010 | 101010 | 1000001 |
Color Harmonies of #8088CB
Complementary color
Monochromatic Colors of #8088CB
Black with #8088CB
Text Example
Text Example
White with #8088CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8088CB; }
p { color: rgb(128,136,203); }
H1.HeaderClassName
{
color: #8088CB;
}
.AnyTagClassName
{
color: #8088CB;
}
</style>
background-color css
<style>
a { background-color: #8088CB; }
a { background-color: rgb(128,136,203); }
div.DivClassName
{
background-color: #8088CB;
}
.BgClassName
{
background-color: #8088CB;
}
</style>
border-color css
<style>
span { border-color: #8088CB; }
span { border-color: rgb(128,136,203); }
td.TdClassName
{
border-color: #8088CB;
}
.TagClassName
{
border-color: #8088CB;
}
</style>