Shades of Wild Blue Yonder #8087CB
Tints of Wild Blue Yonder #8087CB
RGB
CMYK
RGB Variations
Color information
#8087CB (or 0x8087CB) is known color: Wild Blue Yonder. HEX triplet: 80, 87 and CB. RGB value is (128,135,203). Sum of RGB (Red+Green+Blue) = 128+135+203=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #8087CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087CB is #7F7834. Grayscale: #8C8C8C. Windows color (decimal): -8353845 or 13338496. OLE color: 13338496.
HSL color Cylindrical-coordinate representation of color #8087CB: hue angle of 234.4º 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 #8087CB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 135 | 203 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.20 |
| HSL | 234.4º | 0.42% | 0.65% | - |
| HSV(B) | 234.4º | 0.37% | 0.8% | - |
| XYZ | 28.35 | 26.23 | 60.07 | - |
| YUV | 140.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 203 | 0.37 | 0.33 | 0 | 0.20 | 234.4 | 0.42 | 0.65 |
| Hex | 80 | 87 | CB | 25 | 21 | 0 | 14 | EA | 2A | 41 |
| Octal | 200 | 207 | 313 | 45 | 41 | 0 | 24 | 352 | 52 | 101 |
| Binary | 10000000 | 10000111 | 11001011 | 100101 | 100001 | 0 | 10100 | 11101010 | 101010 | 1000001 |
Color Harmonies of #8087CB
Complementary color
Monochromatic Colors of #8087CB
Black with #8087CB
Text Example
Text Example
White with #8087CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8087CB; }
p { color: rgb(128,135,203); }
H1.HeaderClassName
{
color: #8087CB;
}
.AnyTagClassName
{
color: #8087CB;
}
</style>
background-color css
<style>
a { background-color: #8087CB; }
a { background-color: rgb(128,135,203); }
div.DivClassName
{
background-color: #8087CB;
}
.BgClassName
{
background-color: #8087CB;
}
</style>
border-color css
<style>
span { border-color: #8087CB; }
span { border-color: rgb(128,135,203); }
td.TdClassName
{
border-color: #8087CB;
}
.TagClassName
{
border-color: #8087CB;
}
</style>