Shades of Wild Blue Yonder #8096BD
Tints of Wild Blue Yonder #8096BD
RGB
CMYK
RGB Variations
Color information
#8096BD (or 0x8096BD) is known color: Wild Blue Yonder. HEX triplet: 80, 96 and BD. RGB value is (128,150,189). Sum of RGB (Red+Green+Blue) = 128+150+189=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #8096BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096BD is #7F6942. Grayscale: #939393. Windows color (decimal): -8350019 or 12424832. OLE color: 12424832.
HSL color Cylindrical-coordinate representation of color #8096BD: hue angle of 218.36º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8096BD is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 150 | 189 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.26 |
| HSL | 218.36º | 0.32% | 0.62% | - |
| HSV(B) | 218.36º | 0.32% | 0.74% | - |
| XYZ | 28.99 | 30.08 | 52.42 | - |
| YUV | 147.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 189 | 0.32 | 0.21 | 0 | 0.26 | 218.36 | 0.32 | 0.62 |
| Hex | 80 | 96 | BD | 20 | 15 | 0 | 1A | DA | 20 | 3E |
| Octal | 200 | 226 | 275 | 40 | 25 | 0 | 32 | 332 | 40 | 76 |
| Binary | 10000000 | 10010110 | 10111101 | 100000 | 10101 | 0 | 11010 | 11011010 | 100000 | 111110 |
Color Harmonies of #8096BD
Complementary color
Monochromatic Colors of #8096BD
Black with #8096BD
Text Example
Text Example
White with #8096BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8096BD; }
p { color: rgb(128,150,189); }
H1.HeaderClassName
{
color: #8096BD;
}
.AnyTagClassName
{
color: #8096BD;
}
</style>
background-color css
<style>
a { background-color: #8096BD; }
a { background-color: rgb(128,150,189); }
div.DivClassName
{
background-color: #8096BD;
}
.BgClassName
{
background-color: #8096BD;
}
</style>
border-color css
<style>
span { border-color: #8096BD; }
span { border-color: rgb(128,150,189); }
td.TdClassName
{
border-color: #8096BD;
}
.TagClassName
{
border-color: #8096BD;
}
</style>