Shades of Rock Blue #8798BE
Tints of Rock Blue #8798BE
RGB
CMYK
RGB Variations
Color information
#8798BE (or 0x8798BE) is known color: Rock Blue. HEX triplet: 87, 98 and BE. RGB value is (135,152,190). Sum of RGB (Red+Green+Blue) = 135+152+190=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #8798BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8798BE is #786741. Grayscale: #979797. Windows color (decimal): -7890754 or 12490887. OLE color: 12490887.
HSL color Cylindrical-coordinate representation of color #8798BE: hue angle of 221.45º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8798BE is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 152 | 190 | - |
| CMYK | 0.29 | 0.2 | 0 | 0.25 |
| HSL | 221.45º | 0.3% | 0.64% | - |
| HSV(B) | 221.45º | 0.29% | 0.75% | - |
| XYZ | 30.51 | 31.33 | 53.15 | - |
| YUV | 151.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 152 | 190 | 0.29 | 0.2 | 0 | 0.25 | 221.45 | 0.3 | 0.64 |
| Hex | 87 | 98 | BE | 1D | 14 | 0 | 19 | DD | 1E | 40 |
| Octal | 207 | 230 | 276 | 35 | 24 | 0 | 31 | 335 | 36 | 100 |
| Binary | 10000111 | 10011000 | 10111110 | 11101 | 10100 | 0 | 11001 | 11011101 | 11110 | 1000000 |
Color Harmonies of #8798BE
Complementary color
Monochromatic Colors of #8798BE
Black with #8798BE
Text Example
Text Example
White with #8798BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8798BE; }
p { color: rgb(135,152,190); }
H1.HeaderClassName
{
color: #8798BE;
}
.AnyTagClassName
{
color: #8798BE;
}
</style>
background-color css
<style>
a { background-color: #8798BE; }
a { background-color: rgb(135,152,190); }
div.DivClassName
{
background-color: #8798BE;
}
.BgClassName
{
background-color: #8798BE;
}
</style>
border-color css
<style>
span { border-color: #8798BE; }
span { border-color: rgb(135,152,190); }
td.TdClassName
{
border-color: #8798BE;
}
.TagClassName
{
border-color: #8798BE;
}
</style>