Shades of Wild Blue Yonder #8096B7
Tints of Wild Blue Yonder #8096B7
RGB
CMYK
RGB Variations
Color information
#8096B7 (or 0x8096B7) is known color: Wild Blue Yonder. HEX triplet: 80, 96 and B7. RGB value is (128,150,183). Sum of RGB (Red+Green+Blue) = 128+150+183=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #8096B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096B7 is #7F6948. Grayscale: #939393. Windows color (decimal): -8350025 or 12031616. OLE color: 12031616.
HSL color Cylindrical-coordinate representation of color #8096B7: hue angle of 216º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8096B7 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 150 | 183 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.28 |
| HSL | 216º | 0.28% | 0.61% | - |
| HSV(B) | 216º | 0.3% | 0.72% | - |
| XYZ | 28.36 | 29.82 | 49.06 | - |
| YUV | 147.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 183 | 0.30 | 0.18 | 0 | 0.28 | 216 | 0.28 | 0.61 |
| Hex | 80 | 96 | B7 | 1E | 12 | 0 | 1C | D8 | 1C | 3D |
| Octal | 200 | 226 | 267 | 36 | 22 | 0 | 34 | 330 | 34 | 75 |
| Binary | 10000000 | 10010110 | 10110111 | 11110 | 10010 | 0 | 11100 | 11011000 | 11100 | 111101 |
Color Harmonies of #8096B7
Complementary color
Monochromatic Colors of #8096B7
Black with #8096B7
Text Example
Text Example
White with #8096B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096B7; }
p { color: rgb(128,150,183); }
H1.HeaderClassName
{
color: #8096B7;
}
.AnyTagClassName
{
color: #8096B7;
}
</style>
background-color css
<style>
a { background-color: #8096B7; }
a { background-color: rgb(128,150,183); }
div.DivClassName
{
background-color: #8096B7;
}
.BgClassName
{
background-color: #8096B7;
}
</style>
border-color css
<style>
span { border-color: #8096B7; }
span { border-color: rgb(128,150,183); }
td.TdClassName
{
border-color: #8096B7;
}
.TagClassName
{
border-color: #8096B7;
}
</style>