Shades of Rock Blue #869BBC
Tints of Rock Blue #869BBC
RGB
CMYK
RGB Variations
Color information
#869BBC (or 0x869BBC) is known color: Rock Blue. HEX triplet: 86, 9B and BC. RGB value is (134,155,188). Sum of RGB (Red+Green+Blue) = 134+155+188=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #869BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BBC is #796443. Grayscale: #989898. Windows color (decimal): -7955524 or 12360582. OLE color: 12360582.
HSL color Cylindrical-coordinate representation of color #869BBC: hue angle of 216.67º 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 #869BBC is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 155 | 188 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.26 |
| HSL | 216.67º | 0.29% | 0.63% | - |
| HSV(B) | 216.67º | 0.29% | 0.74% | - |
| XYZ | 30.63 | 32.14 | 52.17 | - |
| YUV | 152.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 188 | 0.29 | 0.18 | 0 | 0.26 | 216.67 | 0.29 | 0.63 |
| Hex | 86 | 9B | BC | 1D | 12 | 0 | 1A | D9 | 1D | 3F |
| Octal | 206 | 233 | 274 | 35 | 22 | 0 | 32 | 331 | 35 | 77 |
| Binary | 10000110 | 10011011 | 10111100 | 11101 | 10010 | 0 | 11010 | 11011001 | 11101 | 111111 |
Color Harmonies of #869BBC
Complementary color
Monochromatic Colors of #869BBC
Black with #869BBC
Text Example
Text Example
White with #869BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869BBC; }
p { color: rgb(134,155,188); }
H1.HeaderClassName
{
color: #869BBC;
}
.AnyTagClassName
{
color: #869BBC;
}
</style>
background-color css
<style>
a { background-color: #869BBC; }
a { background-color: rgb(134,155,188); }
div.DivClassName
{
background-color: #869BBC;
}
.BgClassName
{
background-color: #869BBC;
}
</style>
border-color css
<style>
span { border-color: #869BBC; }
span { border-color: rgb(134,155,188); }
td.TdClassName
{
border-color: #869BBC;
}
.TagClassName
{
border-color: #869BBC;
}
</style>