Shades of Rock Blue #95A3BA
Tints of Rock Blue #95A3BA
RGB
CMYK
RGB Variations
Color information
#95A3BA (or 0x95A3BA) is known color: Rock Blue. HEX triplet: 95, A3 and BA. RGB value is (149,163,186). Sum of RGB (Red+Green+Blue) = 149+163+186=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #95A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3BA is #6A5C45. Grayscale: #A1A1A1. Windows color (decimal): -6970438 or 12231573. OLE color: 12231573.
HSL color Cylindrical-coordinate representation of color #95A3BA: hue angle of 217.3º degrees, saturation: 0.21, 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 #95A3BA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 163 | 186 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.27 |
| HSL | 217.3º | 0.21% | 0.66% | - |
| HSV(B) | 217.3º | 0.2% | 0.73% | - |
| XYZ | 34.35 | 36.13 | 51.62 | - |
| YUV | 161.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 186 | 0.20 | 0.12 | 0 | 0.27 | 217.3 | 0.21 | 0.66 |
| Hex | 95 | A3 | BA | 14 | C | 0 | 1B | D9 | 15 | 42 |
| Octal | 225 | 243 | 272 | 24 | 14 | 0 | 33 | 331 | 25 | 102 |
| Binary | 10010101 | 10100011 | 10111010 | 10100 | 1100 | 0 | 11011 | 11011001 | 10101 | 1000010 |
Color Harmonies of #95A3BA
Complementary color
Monochromatic Colors of #95A3BA
Black with #95A3BA
Text Example
Text Example
White with #95A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A3BA; }
p { color: rgb(149,163,186); }
H1.HeaderClassName
{
color: #95A3BA;
}
.AnyTagClassName
{
color: #95A3BA;
}
</style>
background-color css
<style>
a { background-color: #95A3BA; }
a { background-color: rgb(149,163,186); }
div.DivClassName
{
background-color: #95A3BA;
}
.BgClassName
{
background-color: #95A3BA;
}
</style>
border-color css
<style>
span { border-color: #95A3BA; }
span { border-color: rgb(149,163,186); }
td.TdClassName
{
border-color: #95A3BA;
}
.TagClassName
{
border-color: #95A3BA;
}
</style>