Shades of Rock Blue #95A0BD
Tints of Rock Blue #95A0BD
RGB
CMYK
RGB Variations
Color information
#95A0BD (or 0x95A0BD) is known color: Rock Blue. HEX triplet: 95, A0 and BD. RGB value is (149,160,189). Sum of RGB (Red+Green+Blue) = 149+160+189=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #95A0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A0BD is #6A5F42. Grayscale: #9F9F9F. Windows color (decimal): -6971203 or 12427413. OLE color: 12427413.
HSL color Cylindrical-coordinate representation of color #95A0BD: hue angle of 223.5º 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 #95A0BD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 160 | 189 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.26 |
| HSL | 223.5º | 0.23% | 0.66% | - |
| HSV(B) | 223.5º | 0.21% | 0.74% | - |
| XYZ | 34.15 | 35.21 | 53.14 | - |
| YUV | 160.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 160 | 189 | 0.21 | 0.15 | 0 | 0.26 | 223.5 | 0.23 | 0.66 |
| Hex | 95 | A0 | BD | 15 | F | 0 | 1A | E0 | 17 | 42 |
| Octal | 225 | 240 | 275 | 25 | 17 | 0 | 32 | 340 | 27 | 102 |
| Binary | 10010101 | 10100000 | 10111101 | 10101 | 1111 | 0 | 11010 | 11100000 | 10111 | 1000010 |
Color Harmonies of #95A0BD
Complementary color
Monochromatic Colors of #95A0BD
Black with #95A0BD
Text Example
Text Example
White with #95A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A0BD; }
p { color: rgb(149,160,189); }
H1.HeaderClassName
{
color: #95A0BD;
}
.AnyTagClassName
{
color: #95A0BD;
}
</style>
background-color css
<style>
a { background-color: #95A0BD; }
a { background-color: rgb(149,160,189); }
div.DivClassName
{
background-color: #95A0BD;
}
.BgClassName
{
background-color: #95A0BD;
}
</style>
border-color css
<style>
span { border-color: #95A0BD; }
span { border-color: rgb(149,160,189); }
td.TdClassName
{
border-color: #95A0BD;
}
.TagClassName
{
border-color: #95A0BD;
}
</style>