Shades of Wild Blue Yonder #8089CB
Tints of Wild Blue Yonder #8089CB
RGB
CMYK
RGB Variations
Color information
#8089CB (or 0x8089CB) is known color: Wild Blue Yonder. HEX triplet: 80, 89 and CB. RGB value is (128,137,203). Sum of RGB (Red+Green+Blue) = 128+137+203=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #8089CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089CB is #7F7634. Grayscale: #8D8D8D. Windows color (decimal): -8353333 or 13339008. OLE color: 13339008.
HSL color Cylindrical-coordinate representation of color #8089CB: hue angle of 232.8º 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 #8089CB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 137 | 203 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.20 |
| HSL | 232.8º | 0.42% | 0.65% | - |
| HSV(B) | 232.8º | 0.37% | 0.8% | - |
| XYZ | 28.63 | 26.79 | 60.16 | - |
| YUV | 141.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 203 | 0.37 | 0.33 | 0 | 0.20 | 232.8 | 0.42 | 0.65 |
| Hex | 80 | 89 | CB | 25 | 21 | 0 | 14 | E9 | 2A | 41 |
| Octal | 200 | 211 | 313 | 45 | 41 | 0 | 24 | 351 | 52 | 101 |
| Binary | 10000000 | 10001001 | 11001011 | 100101 | 100001 | 0 | 10100 | 11101001 | 101010 | 1000001 |
Color Harmonies of #8089CB
Complementary color
Monochromatic Colors of #8089CB
Black with #8089CB
Text Example
Text Example
White with #8089CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8089CB; }
p { color: rgb(128,137,203); }
H1.HeaderClassName
{
color: #8089CB;
}
.AnyTagClassName
{
color: #8089CB;
}
</style>
background-color css
<style>
a { background-color: #8089CB; }
a { background-color: rgb(128,137,203); }
div.DivClassName
{
background-color: #8089CB;
}
.BgClassName
{
background-color: #8089CB;
}
</style>
border-color css
<style>
span { border-color: #8089CB; }
span { border-color: rgb(128,137,203); }
td.TdClassName
{
border-color: #8089CB;
}
.TagClassName
{
border-color: #8089CB;
}
</style>