Shades of Rock Blue #959FBC
Tints of Rock Blue #959FBC
RGB
CMYK
RGB Variations
Color information
#959FBC (or 0x959FBC) is known color: Rock Blue. HEX triplet: 95, 9F and BC. RGB value is (149,159,188). Sum of RGB (Red+Green+Blue) = 149+159+188=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #959FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FBC is #6A6043. Grayscale: #9F9F9F. Windows color (decimal): -6971460 or 12361621. OLE color: 12361621.
HSL color Cylindrical-coordinate representation of color #959FBC: hue angle of 224.62º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959FBC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 159 | 188 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.26 |
| HSL | 224.62º | 0.23% | 0.66% | - |
| HSV(B) | 224.62º | 0.21% | 0.74% | - |
| XYZ | 33.87 | 34.82 | 52.51 | - |
| YUV | 159.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 188 | 0.21 | 0.15 | 0 | 0.26 | 224.62 | 0.23 | 0.66 |
| Hex | 95 | 9F | BC | 15 | F | 0 | 1A | E1 | 17 | 42 |
| Octal | 225 | 237 | 274 | 25 | 17 | 0 | 32 | 341 | 27 | 102 |
| Binary | 10010101 | 10011111 | 10111100 | 10101 | 1111 | 0 | 11010 | 11100001 | 10111 | 1000010 |
Color Harmonies of #959FBC
Complementary color
Monochromatic Colors of #959FBC
Black with #959FBC
Text Example
Text Example
White with #959FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FBC; }
p { color: rgb(149,159,188); }
H1.HeaderClassName
{
color: #959FBC;
}
.AnyTagClassName
{
color: #959FBC;
}
</style>
background-color css
<style>
a { background-color: #959FBC; }
a { background-color: rgb(149,159,188); }
div.DivClassName
{
background-color: #959FBC;
}
.BgClassName
{
background-color: #959FBC;
}
</style>
border-color css
<style>
span { border-color: #959FBC; }
span { border-color: rgb(149,159,188); }
td.TdClassName
{
border-color: #959FBC;
}
.TagClassName
{
border-color: #959FBC;
}
</style>