Shades of Rock Blue #969EBE
Tints of Rock Blue #969EBE
RGB
CMYK
RGB Variations
Color information
#969EBE (or 0x969EBE) is known color: Rock Blue. HEX triplet: 96, 9E and BE. RGB value is (150,158,190). Sum of RGB (Red+Green+Blue) = 150+158+190=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #969EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EBE is #696141. Grayscale: #9F9F9F. Windows color (decimal): -6906178 or 12492438. OLE color: 12492438.
HSL color Cylindrical-coordinate representation of color #969EBE: hue angle of 228º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #969EBE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 158 | 190 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.25 |
| HSL | 228º | 0.24% | 0.67% | - |
| HSV(B) | 228º | 0.21% | 0.75% | - |
| XYZ | 34.1 | 34.66 | 53.61 | - |
| YUV | 159.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 190 | 0.21 | 0.17 | 0 | 0.25 | 228 | 0.24 | 0.67 |
| Hex | 96 | 9E | BE | 15 | 11 | 0 | 19 | E4 | 18 | 43 |
| Octal | 226 | 236 | 276 | 25 | 21 | 0 | 31 | 344 | 30 | 103 |
| Binary | 10010110 | 10011110 | 10111110 | 10101 | 10001 | 0 | 11001 | 11100100 | 11000 | 1000011 |
Color Harmonies of #969EBE
Complementary color
Monochromatic Colors of #969EBE
Black with #969EBE
Text Example
Text Example
White with #969EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969EBE; }
p { color: rgb(150,158,190); }
H1.HeaderClassName
{
color: #969EBE;
}
.AnyTagClassName
{
color: #969EBE;
}
</style>
background-color css
<style>
a { background-color: #969EBE; }
a { background-color: rgb(150,158,190); }
div.DivClassName
{
background-color: #969EBE;
}
.BgClassName
{
background-color: #969EBE;
}
</style>
border-color css
<style>
span { border-color: #969EBE; }
span { border-color: rgb(150,158,190); }
td.TdClassName
{
border-color: #969EBE;
}
.TagClassName
{
border-color: #969EBE;
}
</style>