Shades of Wild Blue Yonder #8095B6
Tints of Wild Blue Yonder #8095B6
RGB
CMYK
RGB Variations
Color information
#8095B6 (or 0x8095B6) is known color: Wild Blue Yonder. HEX triplet: 80, 95 and B6. RGB value is (128,149,182). Sum of RGB (Red+Green+Blue) = 128+149+182=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #8095B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095B6 is #7F6A49. Grayscale: #929292. Windows color (decimal): -8350282 or 11965824. OLE color: 11965824.
HSL color Cylindrical-coordinate representation of color #8095B6: hue angle of 216.67º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8095B6 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 149 | 182 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.29 |
| HSL | 216.67º | 0.27% | 0.61% | - |
| HSV(B) | 216.67º | 0.3% | 0.71% | - |
| XYZ | 28.09 | 29.46 | 48.46 | - |
| YUV | 146.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 182 | 0.30 | 0.18 | 0 | 0.29 | 216.67 | 0.27 | 0.61 |
| Hex | 80 | 95 | B6 | 1E | 12 | 0 | 1D | D9 | 1B | 3D |
| Octal | 200 | 225 | 266 | 36 | 22 | 0 | 35 | 331 | 33 | 75 |
| Binary | 10000000 | 10010101 | 10110110 | 11110 | 10010 | 0 | 11101 | 11011001 | 11011 | 111101 |
Color Harmonies of #8095B6
Complementary color
Monochromatic Colors of #8095B6
Black with #8095B6
Text Example
Text Example
White with #8095B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8095B6; }
p { color: rgb(128,149,182); }
H1.HeaderClassName
{
color: #8095B6;
}
.AnyTagClassName
{
color: #8095B6;
}
</style>
background-color css
<style>
a { background-color: #8095B6; }
a { background-color: rgb(128,149,182); }
div.DivClassName
{
background-color: #8095B6;
}
.BgClassName
{
background-color: #8095B6;
}
</style>
border-color css
<style>
span { border-color: #8095B6; }
span { border-color: rgb(128,149,182); }
td.TdClassName
{
border-color: #8095B6;
}
.TagClassName
{
border-color: #8095B6;
}
</style>