Shades of Rock Blue #8499B6
Tints of Rock Blue #8499B6
RGB
CMYK
RGB Variations
Color information
#8499B6 (or 0x8499B6) is known color: Rock Blue. HEX triplet: 84, 99 and B6. RGB value is (132,153,182). Sum of RGB (Red+Green+Blue) = 132+153+182=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #8499B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499B6 is #7B6649. Grayscale: #959595. Windows color (decimal): -8087114 or 11966852. OLE color: 11966852.
HSL color Cylindrical-coordinate representation of color #8499B6: hue angle of 214.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8499B6 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 153 | 182 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.29 |
| HSL | 214.8º | 0.26% | 0.62% | - |
| HSV(B) | 214.8º | 0.27% | 0.71% | - |
| XYZ | 29.35 | 31.07 | 48.71 | - |
| YUV | 150.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 182 | 0.27 | 0.16 | 0 | 0.29 | 214.8 | 0.26 | 0.62 |
| Hex | 84 | 99 | B6 | 1B | 10 | 0 | 1D | D7 | 1A | 3E |
| Octal | 204 | 231 | 266 | 33 | 20 | 0 | 35 | 327 | 32 | 76 |
| Binary | 10000100 | 10011001 | 10110110 | 11011 | 10000 | 0 | 11101 | 11010111 | 11010 | 111110 |
Color Harmonies of #8499B6
Complementary color
Monochromatic Colors of #8499B6
Black with #8499B6
Text Example
Text Example
White with #8499B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8499B6; }
p { color: rgb(132,153,182); }
H1.HeaderClassName
{
color: #8499B6;
}
.AnyTagClassName
{
color: #8499B6;
}
</style>
background-color css
<style>
a { background-color: #8499B6; }
a { background-color: rgb(132,153,182); }
div.DivClassName
{
background-color: #8499B6;
}
.BgClassName
{
background-color: #8499B6;
}
</style>
border-color css
<style>
span { border-color: #8499B6; }
span { border-color: rgb(132,153,182); }
td.TdClassName
{
border-color: #8499B6;
}
.TagClassName
{
border-color: #8499B6;
}
</style>