Shades of Rock Blue #95A3BD
Tints of Rock Blue #95A3BD
RGB
CMYK
RGB Variations
Color information
#95A3BD (or 0x95A3BD) is known color: Rock Blue. HEX triplet: 95, A3 and BD. RGB value is (149,163,189). Sum of RGB (Red+Green+Blue) = 149+163+189=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #95A3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3BD is #6A5C42. Grayscale: #A1A1A1. Windows color (decimal): -6970435 or 12428181. OLE color: 12428181.
HSL color Cylindrical-coordinate representation of color #95A3BD: hue angle of 219º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95A3BD is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 163 | 189 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.26 |
| HSL | 219º | 0.23% | 0.66% | - |
| HSV(B) | 219º | 0.21% | 0.74% | - |
| XYZ | 34.68 | 36.26 | 53.31 | - |
| YUV | 161.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 189 | 0.21 | 0.14 | 0 | 0.26 | 219 | 0.23 | 0.66 |
| Hex | 95 | A3 | BD | 15 | E | 0 | 1A | DB | 17 | 42 |
| Octal | 225 | 243 | 275 | 25 | 16 | 0 | 32 | 333 | 27 | 102 |
| Binary | 10010101 | 10100011 | 10111101 | 10101 | 1110 | 0 | 11010 | 11011011 | 10111 | 1000010 |
Color Harmonies of #95A3BD
Complementary color
Monochromatic Colors of #95A3BD
Black with #95A3BD
Text Example
Text Example
White with #95A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A3BD; }
p { color: rgb(149,163,189); }
H1.HeaderClassName
{
color: #95A3BD;
}
.AnyTagClassName
{
color: #95A3BD;
}
</style>
background-color css
<style>
a { background-color: #95A3BD; }
a { background-color: rgb(149,163,189); }
div.DivClassName
{
background-color: #95A3BD;
}
.BgClassName
{
background-color: #95A3BD;
}
</style>
border-color css
<style>
span { border-color: #95A3BD; }
span { border-color: rgb(149,163,189); }
td.TdClassName
{
border-color: #95A3BD;
}
.TagClassName
{
border-color: #95A3BD;
}
</style>