Shades of Rock Blue #869FBE
Tints of Rock Blue #869FBE
RGB
CMYK
RGB Variations
Color information
#869FBE (or 0x869FBE) is known color: Rock Blue. HEX triplet: 86, 9F and BE. RGB value is (134,159,190). Sum of RGB (Red+Green+Blue) = 134+159+190=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #869FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FBE is #796041. Grayscale: #9A9A9A. Windows color (decimal): -7954498 or 12492678. OLE color: 12492678.
HSL color Cylindrical-coordinate representation of color #869FBE: hue angle of 213.21º 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 #869FBE is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 159 | 190 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.25 |
| HSL | 213.21º | 0.3% | 0.64% | - |
| HSV(B) | 213.21º | 0.29% | 0.75% | - |
| XYZ | 31.52 | 33.58 | 53.54 | - |
| YUV | 155.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 190 | 0.29 | 0.16 | 0 | 0.25 | 213.21 | 0.3 | 0.64 |
| Hex | 86 | 9F | BE | 1D | 10 | 0 | 19 | D5 | 1E | 40 |
| Octal | 206 | 237 | 276 | 35 | 20 | 0 | 31 | 325 | 36 | 100 |
| Binary | 10000110 | 10011111 | 10111110 | 11101 | 10000 | 0 | 11001 | 11010101 | 11110 | 1000000 |
Color Harmonies of #869FBE
Complementary color
Monochromatic Colors of #869FBE
Black with #869FBE
Text Example
Text Example
White with #869FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FBE; }
p { color: rgb(134,159,190); }
H1.HeaderClassName
{
color: #869FBE;
}
.AnyTagClassName
{
color: #869FBE;
}
</style>
background-color css
<style>
a { background-color: #869FBE; }
a { background-color: rgb(134,159,190); }
div.DivClassName
{
background-color: #869FBE;
}
.BgClassName
{
background-color: #869FBE;
}
</style>
border-color css
<style>
span { border-color: #869FBE; }
span { border-color: rgb(134,159,190); }
td.TdClassName
{
border-color: #869FBE;
}
.TagClassName
{
border-color: #869FBE;
}
</style>