Shades of Rock Blue #96A4BF
Tints of Rock Blue #96A4BF
RGB
CMYK
RGB Variations
Color information
#96A4BF (or 0x96A4BF) is known color: Rock Blue. HEX triplet: 96, A4 and BF. RGB value is (150,164,191). Sum of RGB (Red+Green+Blue) = 150+164+191=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #96A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A4BF is #695B40. Grayscale: #A2A2A2. Windows color (decimal): -6904641 or 12559510. OLE color: 12559510.
HSL color Cylindrical-coordinate representation of color #96A4BF: hue angle of 219.51º 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 #96A4BF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 164 | 191 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.25 |
| HSL | 219.51º | 0.24% | 0.67% | - |
| HSV(B) | 219.51º | 0.21% | 0.75% | - |
| XYZ | 35.26 | 36.8 | 54.53 | - |
| YUV | 162.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 191 | 0.21 | 0.14 | 0 | 0.25 | 219.51 | 0.24 | 0.67 |
| Hex | 96 | A4 | BF | 15 | E | 0 | 19 | DC | 18 | 43 |
| Octal | 226 | 244 | 277 | 25 | 16 | 0 | 31 | 334 | 30 | 103 |
| Binary | 10010110 | 10100100 | 10111111 | 10101 | 1110 | 0 | 11001 | 11011100 | 11000 | 1000011 |
Color Harmonies of #96A4BF
Complementary color
Monochromatic Colors of #96A4BF
Black with #96A4BF
Text Example
Text Example
White with #96A4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A4BF; }
p { color: rgb(150,164,191); }
H1.HeaderClassName
{
color: #96A4BF;
}
.AnyTagClassName
{
color: #96A4BF;
}
</style>
background-color css
<style>
a { background-color: #96A4BF; }
a { background-color: rgb(150,164,191); }
div.DivClassName
{
background-color: #96A4BF;
}
.BgClassName
{
background-color: #96A4BF;
}
</style>
border-color css
<style>
span { border-color: #96A4BF; }
span { border-color: rgb(150,164,191); }
td.TdClassName
{
border-color: #96A4BF;
}
.TagClassName
{
border-color: #96A4BF;
}
</style>