Shades of Rock Blue #8499BA
Tints of Rock Blue #8499BA
RGB
CMYK
RGB Variations
Color information
#8499BA (or 0x8499BA) is known color: Rock Blue. HEX triplet: 84, 99 and BA. RGB value is (132,153,186). Sum of RGB (Red+Green+Blue) = 132+153+186=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #8499BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499BA is #7B6645. Grayscale: #969696. Windows color (decimal): -8087110 or 12228996. OLE color: 12228996.
HSL color Cylindrical-coordinate representation of color #8499BA: hue angle of 216.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8499BA is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 153 | 186 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.27 |
| HSL | 216.67º | 0.28% | 0.62% | - |
| HSV(B) | 216.67º | 0.29% | 0.73% | - |
| XYZ | 29.77 | 31.23 | 50.91 | - |
| YUV | 150.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 186 | 0.29 | 0.18 | 0 | 0.27 | 216.67 | 0.28 | 0.62 |
| Hex | 84 | 99 | BA | 1D | 12 | 0 | 1B | D9 | 1C | 3E |
| Octal | 204 | 231 | 272 | 35 | 22 | 0 | 33 | 331 | 34 | 76 |
| Binary | 10000100 | 10011001 | 10111010 | 11101 | 10010 | 0 | 11011 | 11011001 | 11100 | 111110 |
Color Harmonies of #8499BA
Complementary color
Monochromatic Colors of #8499BA
Black with #8499BA
Text Example
Text Example
White with #8499BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499BA; }
p { color: rgb(132,153,186); }
H1.HeaderClassName
{
color: #8499BA;
}
.AnyTagClassName
{
color: #8499BA;
}
</style>
background-color css
<style>
a { background-color: #8499BA; }
a { background-color: rgb(132,153,186); }
div.DivClassName
{
background-color: #8499BA;
}
.BgClassName
{
background-color: #8499BA;
}
</style>
border-color css
<style>
span { border-color: #8499BA; }
span { border-color: rgb(132,153,186); }
td.TdClassName
{
border-color: #8499BA;
}
.TagClassName
{
border-color: #8499BA;
}
</style>