Shades of Rock Blue #95A1BD
Tints of Rock Blue #95A1BD
RGB
CMYK
RGB Variations
Color information
#95A1BD (or 0x95A1BD) is known color: Rock Blue. HEX triplet: 95, A1 and BD. RGB value is (149,161,189). Sum of RGB (Red+Green+Blue) = 149+161+189=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #95A1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A1BD is #6A5E42. Grayscale: #A0A0A0. Windows color (decimal): -6970947 or 12427669. OLE color: 12427669.
HSL color Cylindrical-coordinate representation of color #95A1BD: hue angle of 222º 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 #95A1BD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 161 | 189 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.26 |
| HSL | 222º | 0.23% | 0.66% | - |
| HSV(B) | 222º | 0.21% | 0.74% | - |
| XYZ | 34.32 | 35.55 | 53.2 | - |
| YUV | 160.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 189 | 0.21 | 0.15 | 0 | 0.26 | 222 | 0.23 | 0.66 |
| Hex | 95 | A1 | BD | 15 | F | 0 | 1A | DE | 17 | 42 |
| Octal | 225 | 241 | 275 | 25 | 17 | 0 | 32 | 336 | 27 | 102 |
| Binary | 10010101 | 10100001 | 10111101 | 10101 | 1111 | 0 | 11010 | 11011110 | 10111 | 1000010 |
Color Harmonies of #95A1BD
Complementary color
Monochromatic Colors of #95A1BD
Black with #95A1BD
Text Example
Text Example
White with #95A1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A1BD; }
p { color: rgb(149,161,189); }
H1.HeaderClassName
{
color: #95A1BD;
}
.AnyTagClassName
{
color: #95A1BD;
}
</style>
background-color css
<style>
a { background-color: #95A1BD; }
a { background-color: rgb(149,161,189); }
div.DivClassName
{
background-color: #95A1BD;
}
.BgClassName
{
background-color: #95A1BD;
}
</style>
border-color css
<style>
span { border-color: #95A1BD; }
span { border-color: rgb(149,161,189); }
td.TdClassName
{
border-color: #95A1BD;
}
.TagClassName
{
border-color: #95A1BD;
}
</style>