Shades of Rock Blue #95A5B7
Tints of Rock Blue #95A5B7
RGB
CMYK
RGB Variations
Color information
#95A5B7 (or 0x95A5B7) is known color: Rock Blue. HEX triplet: 95, A5 and B7. RGB value is (149,165,183). Sum of RGB (Red+Green+Blue) = 149+165+183=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 183 - color contains mainly: blue. Hex color #95A5B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A5B7 is #6A5A48. Grayscale: #A2A2A2. Windows color (decimal): -6969929 or 12035477. OLE color: 12035477.
HSL color Cylindrical-coordinate representation of color #95A5B7: hue angle of 211.76º 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 #95A5B7 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 165 | 183 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.28 |
| HSL | 211.76º | 0.19% | 0.65% | - |
| HSV(B) | 211.76º | 0.19% | 0.72% | - |
| XYZ | 34.4 | 36.72 | 50.07 | - |
| YUV | 162.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 183 | 0.19 | 0.10 | 0 | 0.28 | 211.76 | 0.19 | 0.65 |
| Hex | 95 | A5 | B7 | 13 | A | 0 | 1C | D4 | 13 | 41 |
| Octal | 225 | 245 | 267 | 23 | 12 | 0 | 34 | 324 | 23 | 101 |
| Binary | 10010101 | 10100101 | 10110111 | 10011 | 1010 | 0 | 11100 | 11010100 | 10011 | 1000001 |
Color Harmonies of #95A5B7
Complementary color
Monochromatic Colors of #95A5B7
Black with #95A5B7
Text Example
Text Example
White with #95A5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A5B7; }
p { color: rgb(149,165,183); }
H1.HeaderClassName
{
color: #95A5B7;
}
.AnyTagClassName
{
color: #95A5B7;
}
</style>
background-color css
<style>
a { background-color: #95A5B7; }
a { background-color: rgb(149,165,183); }
div.DivClassName
{
background-color: #95A5B7;
}
.BgClassName
{
background-color: #95A5B7;
}
</style>
border-color css
<style>
span { border-color: #95A5B7; }
span { border-color: rgb(149,165,183); }
td.TdClassName
{
border-color: #95A5B7;
}
.TagClassName
{
border-color: #95A5B7;
}
</style>