Shades of Rock Blue #869FBD
Tints of Rock Blue #869FBD
RGB
CMYK
RGB Variations
Color information
#869FBD (or 0x869FBD) is known color: Rock Blue. HEX triplet: 86, 9F and BD. RGB value is (134,159,189). Sum of RGB (Red+Green+Blue) = 134+159+189=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #869FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FBD is #796042. Grayscale: #9A9A9A. Windows color (decimal): -7954499 or 12427142. OLE color: 12427142.
HSL color Cylindrical-coordinate representation of color #869FBD: hue angle of 212.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #869FBD is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 159 | 189 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.26 |
| HSL | 212.73º | 0.29% | 0.63% | - |
| HSV(B) | 212.73º | 0.29% | 0.74% | - |
| XYZ | 31.41 | 33.54 | 52.96 | - |
| YUV | 154.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 189 | 0.29 | 0.16 | 0 | 0.26 | 212.73 | 0.29 | 0.63 |
| Hex | 86 | 9F | BD | 1D | 10 | 0 | 1A | D5 | 1D | 3F |
| Octal | 206 | 237 | 275 | 35 | 20 | 0 | 32 | 325 | 35 | 77 |
| Binary | 10000110 | 10011111 | 10111101 | 11101 | 10000 | 0 | 11010 | 11010101 | 11101 | 111111 |
Color Harmonies of #869FBD
Complementary color
Monochromatic Colors of #869FBD
Black with #869FBD
Text Example
Text Example
White with #869FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FBD; }
p { color: rgb(134,159,189); }
H1.HeaderClassName
{
color: #869FBD;
}
.AnyTagClassName
{
color: #869FBD;
}
</style>
background-color css
<style>
a { background-color: #869FBD; }
a { background-color: rgb(134,159,189); }
div.DivClassName
{
background-color: #869FBD;
}
.BgClassName
{
background-color: #869FBD;
}
</style>
border-color css
<style>
span { border-color: #869FBD; }
span { border-color: rgb(134,159,189); }
td.TdClassName
{
border-color: #869FBD;
}
.TagClassName
{
border-color: #869FBD;
}
</style>