Shades of Rock Blue #869FBA
Tints of Rock Blue #869FBA
RGB
CMYK
RGB Variations
Color information
#869FBA (or 0x869FBA) is known color: Rock Blue. HEX triplet: 86, 9F and BA. RGB value is (134,159,186). Sum of RGB (Red+Green+Blue) = 134+159+186=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #869FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FBA is #796045. Grayscale: #9A9A9A. Windows color (decimal): -7954502 or 12230534. OLE color: 12230534.
HSL color Cylindrical-coordinate representation of color #869FBA: hue angle of 211.15º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #869FBA is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 159 | 186 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.27 |
| HSL | 211.15º | 0.27% | 0.63% | - |
| HSV(B) | 211.15º | 0.28% | 0.73% | - |
| XYZ | 31.09 | 33.41 | 51.26 | - |
| YUV | 154.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 186 | 0.28 | 0.15 | 0 | 0.27 | 211.15 | 0.27 | 0.63 |
| Hex | 86 | 9F | BA | 1C | F | 0 | 1B | D3 | 1B | 3F |
| Octal | 206 | 237 | 272 | 34 | 17 | 0 | 33 | 323 | 33 | 77 |
| Binary | 10000110 | 10011111 | 10111010 | 11100 | 1111 | 0 | 11011 | 11010011 | 11011 | 111111 |
Color Harmonies of #869FBA
Complementary color
Monochromatic Colors of #869FBA
Black with #869FBA
Text Example
Text Example
White with #869FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FBA; }
p { color: rgb(134,159,186); }
H1.HeaderClassName
{
color: #869FBA;
}
.AnyTagClassName
{
color: #869FBA;
}
</style>
background-color css
<style>
a { background-color: #869FBA; }
a { background-color: rgb(134,159,186); }
div.DivClassName
{
background-color: #869FBA;
}
.BgClassName
{
background-color: #869FBA;
}
</style>
border-color css
<style>
span { border-color: #869FBA; }
span { border-color: rgb(134,159,186); }
td.TdClassName
{
border-color: #869FBA;
}
.TagClassName
{
border-color: #869FBA;
}
</style>