Shades of Rock Blue #95A1BB
Tints of Rock Blue #95A1BB
RGB
CMYK
RGB Variations
Color information
#95A1BB (or 0x95A1BB) is known color: Rock Blue. HEX triplet: 95, A1 and BB. RGB value is (149,161,187). Sum of RGB (Red+Green+Blue) = 149+161+187=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #95A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A1BB is #6A5E44. Grayscale: #A0A0A0. Windows color (decimal): -6970949 or 12296597. OLE color: 12296597.
HSL color Cylindrical-coordinate representation of color #95A1BB: hue angle of 221.05º 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 #95A1BB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 161 | 187 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.27 |
| HSL | 221.05º | 0.22% | 0.66% | - |
| HSV(B) | 221.05º | 0.2% | 0.73% | - |
| XYZ | 34.11 | 35.47 | 52.06 | - |
| YUV | 160.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 187 | 0.20 | 0.14 | 0 | 0.27 | 221.05 | 0.22 | 0.66 |
| Hex | 95 | A1 | BB | 14 | E | 0 | 1B | DD | 16 | 42 |
| Octal | 225 | 241 | 273 | 24 | 16 | 0 | 33 | 335 | 26 | 102 |
| Binary | 10010101 | 10100001 | 10111011 | 10100 | 1110 | 0 | 11011 | 11011101 | 10110 | 1000010 |
Color Harmonies of #95A1BB
Complementary color
Monochromatic Colors of #95A1BB
Black with #95A1BB
Text Example
Text Example
White with #95A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A1BB; }
p { color: rgb(149,161,187); }
H1.HeaderClassName
{
color: #95A1BB;
}
.AnyTagClassName
{
color: #95A1BB;
}
</style>
background-color css
<style>
a { background-color: #95A1BB; }
a { background-color: rgb(149,161,187); }
div.DivClassName
{
background-color: #95A1BB;
}
.BgClassName
{
background-color: #95A1BB;
}
</style>
border-color css
<style>
span { border-color: #95A1BB; }
span { border-color: rgb(149,161,187); }
td.TdClassName
{
border-color: #95A1BB;
}
.TagClassName
{
border-color: #95A1BB;
}
</style>