Shades of Rock Blue #8797B3
Tints of Rock Blue #8797B3
RGB
CMYK
RGB Variations
Color information
#8797B3 (or 0x8797B3) is known color: Rock Blue. HEX triplet: 87, 97 and B3. RGB value is (135,151,179). Sum of RGB (Red+Green+Blue) = 135+151+179=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #8797B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797B3 is #78684C. Grayscale: #959595. Windows color (decimal): -7891021 or 11769735. OLE color: 11769735.
HSL color Cylindrical-coordinate representation of color #8797B3: hue angle of 218.18º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8797B3 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 151 | 179 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.30 |
| HSL | 218.18º | 0.22% | 0.62% | - |
| HSV(B) | 218.18º | 0.25% | 0.7% | - |
| XYZ | 29.19 | 30.54 | 47 | - |
| YUV | 149.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 151 | 179 | 0.25 | 0.16 | 0 | 0.30 | 218.18 | 0.22 | 0.62 |
| Hex | 87 | 97 | B3 | 19 | 10 | 0 | 1E | DA | 16 | 3E |
| Octal | 207 | 227 | 263 | 31 | 20 | 0 | 36 | 332 | 26 | 76 |
| Binary | 10000111 | 10010111 | 10110011 | 11001 | 10000 | 0 | 11110 | 11011010 | 10110 | 111110 |
Color Harmonies of #8797B3
Complementary color
Monochromatic Colors of #8797B3
Black with #8797B3
Text Example
Text Example
White with #8797B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8797B3; }
p { color: rgb(135,151,179); }
H1.HeaderClassName
{
color: #8797B3;
}
.AnyTagClassName
{
color: #8797B3;
}
</style>
background-color css
<style>
a { background-color: #8797B3; }
a { background-color: rgb(135,151,179); }
div.DivClassName
{
background-color: #8797B3;
}
.BgClassName
{
background-color: #8797B3;
}
</style>
border-color css
<style>
span { border-color: #8797B3; }
span { border-color: rgb(135,151,179); }
td.TdClassName
{
border-color: #8797B3;
}
.TagClassName
{
border-color: #8797B3;
}
</style>