Shades of Rock Blue #8799B6
Tints of Rock Blue #8799B6
RGB
CMYK
RGB Variations
Color information
#8799B6 (or 0x8799B6) is known color: Rock Blue. HEX triplet: 87, 99 and B6. RGB value is (135,153,182). Sum of RGB (Red+Green+Blue) = 135+153+182=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #8799B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799B6 is #786649. Grayscale: #969696. Windows color (decimal): -7890506 or 11966855. OLE color: 11966855.
HSL color Cylindrical-coordinate representation of color #8799B6: hue angle of 217.02º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8799B6 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 153 | 182 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.29 |
| HSL | 217.02º | 0.24% | 0.62% | - |
| HSV(B) | 217.02º | 0.26% | 0.71% | - |
| XYZ | 29.83 | 31.31 | 48.73 | - |
| YUV | 150.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 182 | 0.26 | 0.16 | 0 | 0.29 | 217.02 | 0.24 | 0.62 |
| Hex | 87 | 99 | B6 | 1A | 10 | 0 | 1D | D9 | 18 | 3E |
| Octal | 207 | 231 | 266 | 32 | 20 | 0 | 35 | 331 | 30 | 76 |
| Binary | 10000111 | 10011001 | 10110110 | 11010 | 10000 | 0 | 11101 | 11011001 | 11000 | 111110 |
Color Harmonies of #8799B6
Complementary color
Monochromatic Colors of #8799B6
Black with #8799B6
Text Example
Text Example
White with #8799B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8799B6; }
p { color: rgb(135,153,182); }
H1.HeaderClassName
{
color: #8799B6;
}
.AnyTagClassName
{
color: #8799B6;
}
</style>
background-color css
<style>
a { background-color: #8799B6; }
a { background-color: rgb(135,153,182); }
div.DivClassName
{
background-color: #8799B6;
}
.BgClassName
{
background-color: #8799B6;
}
</style>
border-color css
<style>
span { border-color: #8799B6; }
span { border-color: rgb(135,153,182); }
td.TdClassName
{
border-color: #8799B6;
}
.TagClassName
{
border-color: #8799B6;
}
</style>