Shades of Rock Blue #959DB7
Tints of Rock Blue #959DB7
RGB
CMYK
RGB Variations
Color information
#959DB7 (or 0x959DB7) is known color: Rock Blue. HEX triplet: 95, 9D and B7. RGB value is (149,157,183). Sum of RGB (Red+Green+Blue) = 149+157+183=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #959DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DB7 is #6A6248. Grayscale: #9D9D9D. Windows color (decimal): -6971977 or 12033429. OLE color: 12033429.
HSL color Cylindrical-coordinate representation of color #959DB7: hue angle of 225.88º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #959DB7 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 157 | 183 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.28 |
| HSL | 225.88º | 0.19% | 0.65% | - |
| HSV(B) | 225.88º | 0.19% | 0.72% | - |
| XYZ | 33 | 33.92 | 49.61 | - |
| YUV | 157.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 183 | 0.19 | 0.14 | 0 | 0.28 | 225.88 | 0.19 | 0.65 |
| Hex | 95 | 9D | B7 | 13 | E | 0 | 1C | E2 | 13 | 41 |
| Octal | 225 | 235 | 267 | 23 | 16 | 0 | 34 | 342 | 23 | 101 |
| Binary | 10010101 | 10011101 | 10110111 | 10011 | 1110 | 0 | 11100 | 11100010 | 10011 | 1000001 |
Color Harmonies of #959DB7
Complementary color
Monochromatic Colors of #959DB7
Black with #959DB7
Text Example
Text Example
White with #959DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DB7; }
p { color: rgb(149,157,183); }
H1.HeaderClassName
{
color: #959DB7;
}
.AnyTagClassName
{
color: #959DB7;
}
</style>
background-color css
<style>
a { background-color: #959DB7; }
a { background-color: rgb(149,157,183); }
div.DivClassName
{
background-color: #959DB7;
}
.BgClassName
{
background-color: #959DB7;
}
</style>
border-color css
<style>
span { border-color: #959DB7; }
span { border-color: rgb(149,157,183); }
td.TdClassName
{
border-color: #959DB7;
}
.TagClassName
{
border-color: #959DB7;
}
</style>