Shades of Wild Blue Yonder #8396BA
Tints of Wild Blue Yonder #8396BA
RGB
CMYK
RGB Variations
Color information
#8396BA (or 0x8396BA) is known color: Wild Blue Yonder. HEX triplet: 83, 96 and BA. RGB value is (131,150,186). Sum of RGB (Red+Green+Blue) = 131+150+186=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8396BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396BA is #7C6945. Grayscale: #949494. Windows color (decimal): -8153414 or 12228227. OLE color: 12228227.
HSL color Cylindrical-coordinate representation of color #8396BA: hue angle of 219.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8396BA is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 150 | 186 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.27 |
| HSL | 219.27º | 0.28% | 0.62% | - |
| HSV(B) | 219.27º | 0.3% | 0.73% | - |
| XYZ | 29.13 | 30.18 | 50.75 | - |
| YUV | 148.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 186 | 0.30 | 0.19 | 0 | 0.27 | 219.27 | 0.28 | 0.62 |
| Hex | 83 | 96 | BA | 1E | 13 | 0 | 1B | DB | 1C | 3E |
| Octal | 203 | 226 | 272 | 36 | 23 | 0 | 33 | 333 | 34 | 76 |
| Binary | 10000011 | 10010110 | 10111010 | 11110 | 10011 | 0 | 11011 | 11011011 | 11100 | 111110 |
Color Harmonies of #8396BA
Complementary color
Monochromatic Colors of #8396BA
Black with #8396BA
Text Example
Text Example
White with #8396BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8396BA; }
p { color: rgb(131,150,186); }
H1.HeaderClassName
{
color: #8396BA;
}
.AnyTagClassName
{
color: #8396BA;
}
</style>
background-color css
<style>
a { background-color: #8396BA; }
a { background-color: rgb(131,150,186); }
div.DivClassName
{
background-color: #8396BA;
}
.BgClassName
{
background-color: #8396BA;
}
</style>
border-color css
<style>
span { border-color: #8396BA; }
span { border-color: rgb(131,150,186); }
td.TdClassName
{
border-color: #8396BA;
}
.TagClassName
{
border-color: #8396BA;
}
</style>