Shades of Rock Blue #869BB7
Tints of Rock Blue #869BB7
RGB
CMYK
RGB Variations
Color information
#869BB7 (or 0x869BB7) is known color: Rock Blue. HEX triplet: 86, 9B and B7. RGB value is (134,155,183). Sum of RGB (Red+Green+Blue) = 134+155+183=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #869BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BB7 is #796448. Grayscale: #979797. Windows color (decimal): -7955529 or 12032902. OLE color: 12032902.
HSL color Cylindrical-coordinate representation of color #869BB7: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #869BB7 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 155 | 183 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.28 |
| HSL | 214.29º | 0.25% | 0.62% | - |
| HSV(B) | 214.29º | 0.27% | 0.72% | - |
| XYZ | 30.1 | 31.93 | 49.38 | - |
| YUV | 151.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 183 | 0.27 | 0.15 | 0 | 0.28 | 214.29 | 0.25 | 0.62 |
| Hex | 86 | 9B | B7 | 1B | F | 0 | 1C | D6 | 19 | 3E |
| Octal | 206 | 233 | 267 | 33 | 17 | 0 | 34 | 326 | 31 | 76 |
| Binary | 10000110 | 10011011 | 10110111 | 11011 | 1111 | 0 | 11100 | 11010110 | 11001 | 111110 |
Color Harmonies of #869BB7
Complementary color
Monochromatic Colors of #869BB7
Black with #869BB7
Text Example
Text Example
White with #869BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869BB7; }
p { color: rgb(134,155,183); }
H1.HeaderClassName
{
color: #869BB7;
}
.AnyTagClassName
{
color: #869BB7;
}
</style>
background-color css
<style>
a { background-color: #869BB7; }
a { background-color: rgb(134,155,183); }
div.DivClassName
{
background-color: #869BB7;
}
.BgClassName
{
background-color: #869BB7;
}
</style>
border-color css
<style>
span { border-color: #869BB7; }
span { border-color: rgb(134,155,183); }
td.TdClassName
{
border-color: #869BB7;
}
.TagClassName
{
border-color: #869BB7;
}
</style>