Shades of Rock Blue #959FBB
Tints of Rock Blue #959FBB
RGB
CMYK
RGB Variations
Color information
#959FBB (or 0x959FBB) is known color: Rock Blue. HEX triplet: 95, 9F and BB. RGB value is (149,159,187). Sum of RGB (Red+Green+Blue) = 149+159+187=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #959FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FBB is #6A6044. Grayscale: #9F9F9F. Windows color (decimal): -6971461 or 12296085. OLE color: 12296085.
HSL color Cylindrical-coordinate representation of color #959FBB: hue angle of 224.21º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959FBB is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 159 | 187 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.27 |
| HSL | 224.21º | 0.22% | 0.66% | - |
| HSV(B) | 224.21º | 0.2% | 0.73% | - |
| XYZ | 33.76 | 34.77 | 51.95 | - |
| YUV | 159.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 187 | 0.20 | 0.15 | 0 | 0.27 | 224.21 | 0.22 | 0.66 |
| Hex | 95 | 9F | BB | 14 | F | 0 | 1B | E0 | 16 | 42 |
| Octal | 225 | 237 | 273 | 24 | 17 | 0 | 33 | 340 | 26 | 102 |
| Binary | 10010101 | 10011111 | 10111011 | 10100 | 1111 | 0 | 11011 | 11100000 | 10110 | 1000010 |
Color Harmonies of #959FBB
Complementary color
Monochromatic Colors of #959FBB
Black with #959FBB
Text Example
Text Example
White with #959FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FBB; }
p { color: rgb(149,159,187); }
H1.HeaderClassName
{
color: #959FBB;
}
.AnyTagClassName
{
color: #959FBB;
}
</style>
background-color css
<style>
a { background-color: #959FBB; }
a { background-color: rgb(149,159,187); }
div.DivClassName
{
background-color: #959FBB;
}
.BgClassName
{
background-color: #959FBB;
}
</style>
border-color css
<style>
span { border-color: #959FBB; }
span { border-color: rgb(149,159,187); }
td.TdClassName
{
border-color: #959FBB;
}
.TagClassName
{
border-color: #959FBB;
}
</style>