Shades of Rock Blue #96A3BF
Tints of Rock Blue #96A3BF
RGB
CMYK
RGB Variations
Color information
#96A3BF (or 0x96A3BF) is known color: Rock Blue. HEX triplet: 96, A3 and BF. RGB value is (150,163,191). Sum of RGB (Red+Green+Blue) = 150+163+191=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #96A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3BF is #695C40. Grayscale: #A2A2A2. Windows color (decimal): -6904897 or 12559254. OLE color: 12559254.
HSL color Cylindrical-coordinate representation of color #96A3BF: hue angle of 220.98º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A3BF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 163 | 191 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.25 |
| HSL | 220.98º | 0.24% | 0.67% | - |
| HSV(B) | 220.98º | 0.21% | 0.75% | - |
| XYZ | 35.08 | 36.44 | 54.47 | - |
| YUV | 162.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 191 | 0.21 | 0.15 | 0 | 0.25 | 220.98 | 0.24 | 0.67 |
| Hex | 96 | A3 | BF | 15 | F | 0 | 19 | DD | 18 | 43 |
| Octal | 226 | 243 | 277 | 25 | 17 | 0 | 31 | 335 | 30 | 103 |
| Binary | 10010110 | 10100011 | 10111111 | 10101 | 1111 | 0 | 11001 | 11011101 | 11000 | 1000011 |
Color Harmonies of #96A3BF
Complementary color
Monochromatic Colors of #96A3BF
Black with #96A3BF
Text Example
Text Example
White with #96A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3BF; }
p { color: rgb(150,163,191); }
H1.HeaderClassName
{
color: #96A3BF;
}
.AnyTagClassName
{
color: #96A3BF;
}
</style>
background-color css
<style>
a { background-color: #96A3BF; }
a { background-color: rgb(150,163,191); }
div.DivClassName
{
background-color: #96A3BF;
}
.BgClassName
{
background-color: #96A3BF;
}
</style>
border-color css
<style>
span { border-color: #96A3BF; }
span { border-color: rgb(150,163,191); }
td.TdClassName
{
border-color: #96A3BF;
}
.TagClassName
{
border-color: #96A3BF;
}
</style>