Shades of Rock Blue #95A4BB
Tints of Rock Blue #95A4BB
RGB
CMYK
RGB Variations
Color information
#95A4BB (or 0x95A4BB) is known color: Rock Blue. HEX triplet: 95, A4 and BB. RGB value is (149,164,187). Sum of RGB (Red+Green+Blue) = 149+164+187=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #95A4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A4BB is #6A5B44. Grayscale: #A2A2A2. Windows color (decimal): -6970181 or 12297365. OLE color: 12297365.
HSL color Cylindrical-coordinate representation of color #95A4BB: hue angle of 216.32º 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 #95A4BB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 164 | 187 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.27 |
| HSL | 216.32º | 0.22% | 0.66% | - |
| HSV(B) | 216.32º | 0.2% | 0.73% | - |
| XYZ | 34.64 | 36.53 | 52.24 | - |
| YUV | 162.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 164 | 187 | 0.20 | 0.12 | 0 | 0.27 | 216.32 | 0.22 | 0.66 |
| Hex | 95 | A4 | BB | 14 | C | 0 | 1B | D8 | 16 | 42 |
| Octal | 225 | 244 | 273 | 24 | 14 | 0 | 33 | 330 | 26 | 102 |
| Binary | 10010101 | 10100100 | 10111011 | 10100 | 1100 | 0 | 11011 | 11011000 | 10110 | 1000010 |
Color Harmonies of #95A4BB
Complementary color
Monochromatic Colors of #95A4BB
Black with #95A4BB
Text Example
Text Example
White with #95A4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A4BB; }
p { color: rgb(149,164,187); }
H1.HeaderClassName
{
color: #95A4BB;
}
.AnyTagClassName
{
color: #95A4BB;
}
</style>
background-color css
<style>
a { background-color: #95A4BB; }
a { background-color: rgb(149,164,187); }
div.DivClassName
{
background-color: #95A4BB;
}
.BgClassName
{
background-color: #95A4BB;
}
</style>
border-color css
<style>
span { border-color: #95A4BB; }
span { border-color: rgb(149,164,187); }
td.TdClassName
{
border-color: #95A4BB;
}
.TagClassName
{
border-color: #95A4BB;
}
</style>