Shades of Wild Blue Yonder #8087AF
Tints of Wild Blue Yonder #8087AF
RGB
CMYK
RGB Variations
Color information
#8087AF (or 0x8087AF) is known color: Wild Blue Yonder. HEX triplet: 80, 87 and AF. RGB value is (128,135,175). Sum of RGB (Red+Green+Blue) = 128+135+175=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #8087AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8087AF is #7F7850. Grayscale: #898989. Windows color (decimal): -8353873 or 11503488. OLE color: 11503488.
HSL color Cylindrical-coordinate representation of color #8087AF: hue angle of 231.06º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8087AF is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 135 | 175 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.31 |
| HSL | 231.06º | 0.23% | 0.59% | - |
| HSV(B) | 231.06º | 0.27% | 0.69% | - |
| XYZ | 25.3 | 25.01 | 44.05 | - |
| YUV | 137.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 175 | 0.27 | 0.23 | 0 | 0.31 | 231.06 | 0.23 | 0.59 |
| Hex | 80 | 87 | AF | 1B | 17 | 0 | 1F | E7 | 17 | 3B |
| Octal | 200 | 207 | 257 | 33 | 27 | 0 | 37 | 347 | 27 | 73 |
| Binary | 10000000 | 10000111 | 10101111 | 11011 | 10111 | 0 | 11111 | 11100111 | 10111 | 111011 |
Color Harmonies of #8087AF
Complementary color
Monochromatic Colors of #8087AF
Black with #8087AF
Text Example
Text Example
White with #8087AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8087AF; }
p { color: rgb(128,135,175); }
H1.HeaderClassName
{
color: #8087AF;
}
.AnyTagClassName
{
color: #8087AF;
}
</style>
background-color css
<style>
a { background-color: #8087AF; }
a { background-color: rgb(128,135,175); }
div.DivClassName
{
background-color: #8087AF;
}
.BgClassName
{
background-color: #8087AF;
}
</style>
border-color css
<style>
span { border-color: #8087AF; }
span { border-color: rgb(128,135,175); }
td.TdClassName
{
border-color: #8087AF;
}
.TagClassName
{
border-color: #8087AF;
}
</style>