Shades of Rock Blue #869AB4
Tints of Rock Blue #869AB4
RGB
CMYK
RGB Variations
Color information
#869AB4 (or 0x869AB4) is known color: Rock Blue. HEX triplet: 86, 9A and B4. RGB value is (134,154,180). Sum of RGB (Red+Green+Blue) = 134+154+180=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #869AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869AB4 is #79654B. Grayscale: #969696. Windows color (decimal): -7955788 or 11836038. OLE color: 11836038.
HSL color Cylindrical-coordinate representation of color #869AB4: hue angle of 213.91º degrees, saturation: 0.23, 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 #869AB4 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 154 | 180 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.29 |
| HSL | 213.91º | 0.23% | 0.62% | - |
| HSV(B) | 213.91º | 0.26% | 0.71% | - |
| XYZ | 29.63 | 31.47 | 47.69 | - |
| YUV | 150.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 180 | 0.26 | 0.14 | 0 | 0.29 | 213.91 | 0.23 | 0.62 |
| Hex | 86 | 9A | B4 | 1A | E | 0 | 1D | D6 | 17 | 3E |
| Octal | 206 | 232 | 264 | 32 | 16 | 0 | 35 | 326 | 27 | 76 |
| Binary | 10000110 | 10011010 | 10110100 | 11010 | 1110 | 0 | 11101 | 11010110 | 10111 | 111110 |
Color Harmonies of #869AB4
Complementary color
Monochromatic Colors of #869AB4
Black with #869AB4
Text Example
Text Example
White with #869AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869AB4; }
p { color: rgb(134,154,180); }
H1.HeaderClassName
{
color: #869AB4;
}
.AnyTagClassName
{
color: #869AB4;
}
</style>
background-color css
<style>
a { background-color: #869AB4; }
a { background-color: rgb(134,154,180); }
div.DivClassName
{
background-color: #869AB4;
}
.BgClassName
{
background-color: #869AB4;
}
</style>
border-color css
<style>
span { border-color: #869AB4; }
span { border-color: rgb(134,154,180); }
td.TdClassName
{
border-color: #869AB4;
}
.TagClassName
{
border-color: #869AB4;
}
</style>