Shades of Rock Blue #959BB5
Tints of Rock Blue #959BB5
RGB
CMYK
RGB Variations
Color information
#959BB5 (or 0x959BB5) is known color: Rock Blue. HEX triplet: 95, 9B and B5. RGB value is (149,155,181). Sum of RGB (Red+Green+Blue) = 149+155+181=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #959BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BB5 is #6A644A. Grayscale: #9C9C9C. Windows color (decimal): -6972491 or 11901845. OLE color: 11901845.
HSL color Cylindrical-coordinate representation of color #959BB5: hue angle of 228.75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #959BB5 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 155 | 181 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.29 |
| HSL | 228.75º | 0.18% | 0.65% | - |
| HSV(B) | 228.75º | 0.18% | 0.71% | - |
| XYZ | 32.46 | 33.17 | 48.41 | - |
| YUV | 156.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 181 | 0.18 | 0.14 | 0 | 0.29 | 228.75 | 0.18 | 0.65 |
| Hex | 95 | 9B | B5 | 12 | E | 0 | 1D | E5 | 12 | 41 |
| Octal | 225 | 233 | 265 | 22 | 16 | 0 | 35 | 345 | 22 | 101 |
| Binary | 10010101 | 10011011 | 10110101 | 10010 | 1110 | 0 | 11101 | 11100101 | 10010 | 1000001 |
Color Harmonies of #959BB5
Complementary color
Monochromatic Colors of #959BB5
Black with #959BB5
Text Example
Text Example
White with #959BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BB5; }
p { color: rgb(149,155,181); }
H1.HeaderClassName
{
color: #959BB5;
}
.AnyTagClassName
{
color: #959BB5;
}
</style>
background-color css
<style>
a { background-color: #959BB5; }
a { background-color: rgb(149,155,181); }
div.DivClassName
{
background-color: #959BB5;
}
.BgClassName
{
background-color: #959BB5;
}
</style>
border-color css
<style>
span { border-color: #959BB5; }
span { border-color: rgb(149,155,181); }
td.TdClassName
{
border-color: #959BB5;
}
.TagClassName
{
border-color: #959BB5;
}
</style>