Shades of Rock Blue #96A3BC
Tints of Rock Blue #96A3BC
RGB
CMYK
RGB Variations
Color information
#96A3BC (or 0x96A3BC) is known color: Rock Blue. HEX triplet: 96, A3 and BC. RGB value is (150,163,188). Sum of RGB (Red+Green+Blue) = 150+163+188=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #96A3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3BC is #695C43. Grayscale: #A1A1A1. Windows color (decimal): -6904900 or 12362646. OLE color: 12362646.
HSL color Cylindrical-coordinate representation of color #96A3BC: hue angle of 219.47º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96A3BC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 163 | 188 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.26 |
| HSL | 219.47º | 0.22% | 0.66% | - |
| HSV(B) | 219.47º | 0.2% | 0.74% | - |
| XYZ | 34.75 | 36.31 | 52.75 | - |
| YUV | 161.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 188 | 0.20 | 0.13 | 0 | 0.26 | 219.47 | 0.22 | 0.66 |
| Hex | 96 | A3 | BC | 14 | D | 0 | 1A | DB | 16 | 42 |
| Octal | 226 | 243 | 274 | 24 | 15 | 0 | 32 | 333 | 26 | 102 |
| Binary | 10010110 | 10100011 | 10111100 | 10100 | 1101 | 0 | 11010 | 11011011 | 10110 | 1000010 |
Color Harmonies of #96A3BC
Complementary color
Monochromatic Colors of #96A3BC
Black with #96A3BC
Text Example
Text Example
White with #96A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3BC; }
p { color: rgb(150,163,188); }
H1.HeaderClassName
{
color: #96A3BC;
}
.AnyTagClassName
{
color: #96A3BC;
}
</style>
background-color css
<style>
a { background-color: #96A3BC; }
a { background-color: rgb(150,163,188); }
div.DivClassName
{
background-color: #96A3BC;
}
.BgClassName
{
background-color: #96A3BC;
}
</style>
border-color css
<style>
span { border-color: #96A3BC; }
span { border-color: rgb(150,163,188); }
td.TdClassName
{
border-color: #96A3BC;
}
.TagClassName
{
border-color: #96A3BC;
}
</style>