Shades of Rock Blue #8798BC
Tints of Rock Blue #8798BC
RGB
CMYK
RGB Variations
Color information
#8798BC (or 0x8798BC) is known color: Rock Blue. HEX triplet: 87, 98 and BC. RGB value is (135,152,188). Sum of RGB (Red+Green+Blue) = 135+152+188=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #8798BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8798BC is #786743. Grayscale: #969696. Windows color (decimal): -7890756 or 12359815. OLE color: 12359815.
HSL color Cylindrical-coordinate representation of color #8798BC: hue angle of 220.75º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8798BC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 152 | 188 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.26 |
| HSL | 220.75º | 0.28% | 0.63% | - |
| HSV(B) | 220.75º | 0.28% | 0.74% | - |
| XYZ | 30.3 | 31.24 | 52.01 | - |
| YUV | 151.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 152 | 188 | 0.28 | 0.19 | 0 | 0.26 | 220.75 | 0.28 | 0.63 |
| Hex | 87 | 98 | BC | 1C | 13 | 0 | 1A | DD | 1C | 3F |
| Octal | 207 | 230 | 274 | 34 | 23 | 0 | 32 | 335 | 34 | 77 |
| Binary | 10000111 | 10011000 | 10111100 | 11100 | 10011 | 0 | 11010 | 11011101 | 11100 | 111111 |
Color Harmonies of #8798BC
Complementary color
Monochromatic Colors of #8798BC
Black with #8798BC
Text Example
Text Example
White with #8798BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8798BC; }
p { color: rgb(135,152,188); }
H1.HeaderClassName
{
color: #8798BC;
}
.AnyTagClassName
{
color: #8798BC;
}
</style>
background-color css
<style>
a { background-color: #8798BC; }
a { background-color: rgb(135,152,188); }
div.DivClassName
{
background-color: #8798BC;
}
.BgClassName
{
background-color: #8798BC;
}
</style>
border-color css
<style>
span { border-color: #8798BC; }
span { border-color: rgb(135,152,188); }
td.TdClassName
{
border-color: #8798BC;
}
.TagClassName
{
border-color: #8798BC;
}
</style>