Shades of Wild Blue Yonder #8196B6
Tints of Wild Blue Yonder #8196B6
RGB
CMYK
RGB Variations
Color information
#8196B6 (or 0x8196B6) is known color: Wild Blue Yonder. HEX triplet: 81, 96 and B6. RGB value is (129,150,182). Sum of RGB (Red+Green+Blue) = 129+150+182=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 182 - color contains mainly: blue. Hex color #8196B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196B6 is #7E6949. Grayscale: #939393. Windows color (decimal): -8284490 or 11966081. OLE color: 11966081.
HSL color Cylindrical-coordinate representation of color #8196B6: hue angle of 216.23º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8196B6 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 150 | 182 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.29 |
| HSL | 216.23º | 0.27% | 0.61% | - |
| HSV(B) | 216.23º | 0.29% | 0.71% | - |
| XYZ | 28.4 | 29.86 | 48.52 | - |
| YUV | 147.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 182 | 0.29 | 0.18 | 0 | 0.29 | 216.23 | 0.27 | 0.61 |
| Hex | 81 | 96 | B6 | 1D | 12 | 0 | 1D | D8 | 1B | 3D |
| Octal | 201 | 226 | 266 | 35 | 22 | 0 | 35 | 330 | 33 | 75 |
| Binary | 10000001 | 10010110 | 10110110 | 11101 | 10010 | 0 | 11101 | 11011000 | 11011 | 111101 |
Color Harmonies of #8196B6
Complementary color
Monochromatic Colors of #8196B6
Black with #8196B6
Text Example
Text Example
White with #8196B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8196B6; }
p { color: rgb(129,150,182); }
H1.HeaderClassName
{
color: #8196B6;
}
.AnyTagClassName
{
color: #8196B6;
}
</style>
background-color css
<style>
a { background-color: #8196B6; }
a { background-color: rgb(129,150,182); }
div.DivClassName
{
background-color: #8196B6;
}
.BgClassName
{
background-color: #8196B6;
}
</style>
border-color css
<style>
span { border-color: #8196B6; }
span { border-color: rgb(129,150,182); }
td.TdClassName
{
border-color: #8196B6;
}
.TagClassName
{
border-color: #8196B6;
}
</style>