Shades of Rock Blue #8698B3
Tints of Rock Blue #8698B3
RGB
CMYK
RGB Variations
Color information
#8698B3 (or 0x8698B3) is known color: Rock Blue. HEX triplet: 86, 98 and B3. RGB value is (134,152,179). Sum of RGB (Red+Green+Blue) = 134+152+179=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 152 (59.77% from 255 or 32.69% 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 #8698B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8698B3 is #79674C. Grayscale: #959595. Windows color (decimal): -7956301 or 11769990. OLE color: 11769990.
HSL color Cylindrical-coordinate representation of color #8698B3: hue angle of 216º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8698B3 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 152 | 179 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.30 |
| HSL | 216º | 0.23% | 0.61% | - |
| HSV(B) | 216º | 0.25% | 0.7% | - |
| XYZ | 29.2 | 30.78 | 47.05 | - |
| YUV | 149.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 179 | 0.25 | 0.15 | 0 | 0.30 | 216 | 0.23 | 0.61 |
| Hex | 86 | 98 | B3 | 19 | F | 0 | 1E | D8 | 17 | 3D |
| Octal | 206 | 230 | 263 | 31 | 17 | 0 | 36 | 330 | 27 | 75 |
| Binary | 10000110 | 10011000 | 10110011 | 11001 | 1111 | 0 | 11110 | 11011000 | 10111 | 111101 |
Color Harmonies of #8698B3
Complementary color
Monochromatic Colors of #8698B3
Black with #8698B3
Text Example
Text Example
White with #8698B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8698B3; }
p { color: rgb(134,152,179); }
H1.HeaderClassName
{
color: #8698B3;
}
.AnyTagClassName
{
color: #8698B3;
}
</style>
background-color css
<style>
a { background-color: #8698B3; }
a { background-color: rgb(134,152,179); }
div.DivClassName
{
background-color: #8698B3;
}
.BgClassName
{
background-color: #8698B3;
}
</style>
border-color css
<style>
span { border-color: #8698B3; }
span { border-color: rgb(134,152,179); }
td.TdClassName
{
border-color: #8698B3;
}
.TagClassName
{
border-color: #8698B3;
}
</style>