Shades of Rock Blue #959BAE
Tints of Rock Blue #959BAE
RGB
CMYK
RGB Variations
Color information
#959BAE (or 0x959BAE) is known color: Rock Blue. HEX triplet: 95, 9B and AE. RGB value is (149,155,174). Sum of RGB (Red+Green+Blue) = 149+155+174=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #959BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BAE is #6A6451. Grayscale: #9B9B9B. Windows color (decimal): -6972498 or 11443093. OLE color: 11443093.
HSL color Cylindrical-coordinate representation of color #959BAE: hue angle of 225.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #959BAE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 155 | 174 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.32 |
| HSL | 225.6º | 0.13% | 0.63% | - |
| HSV(B) | 225.6º | 0.14% | 0.68% | - |
| XYZ | 31.76 | 32.89 | 44.72 | - |
| YUV | 155.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 174 | 0.14 | 0.11 | 0 | 0.32 | 225.6 | 0.13 | 0.63 |
| Hex | 95 | 9B | AE | E | B | 0 | 20 | E2 | D | 3F |
| Octal | 225 | 233 | 256 | 16 | 13 | 0 | 40 | 342 | 15 | 77 |
| Binary | 10010101 | 10011011 | 10101110 | 1110 | 1011 | 0 | 100000 | 11100010 | 1101 | 111111 |
Color Harmonies of #959BAE
Complementary color
Monochromatic Colors of #959BAE
Black with #959BAE
Text Example
Text Example
White with #959BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BAE; }
p { color: rgb(149,155,174); }
H1.HeaderClassName
{
color: #959BAE;
}
.AnyTagClassName
{
color: #959BAE;
}
</style>
background-color css
<style>
a { background-color: #959BAE; }
a { background-color: rgb(149,155,174); }
div.DivClassName
{
background-color: #959BAE;
}
.BgClassName
{
background-color: #959BAE;
}
</style>
border-color css
<style>
span { border-color: #959BAE; }
span { border-color: rgb(149,155,174); }
td.TdClassName
{
border-color: #959BAE;
}
.TagClassName
{
border-color: #959BAE;
}
</style>