Shades of Rock Blue #96A5C9
Tints of Rock Blue #96A5C9
RGB
CMYK
RGB Variations
Color information
#96A5C9 (or 0x96A5C9) is known color: Rock Blue. HEX triplet: 96, A5 and C9. RGB value is (150,165,201). Sum of RGB (Red+Green+Blue) = 150+165+201=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #96A5C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5C9 is #695A36. Grayscale: #A4A4A4. Windows color (decimal): -6904375 or 13215126. OLE color: 13215126.
HSL color Cylindrical-coordinate representation of color #96A5C9: hue angle of 222.35º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96A5C9 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 165 | 201 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.21 |
| HSL | 222.35º | 0.32% | 0.69% | - |
| HSV(B) | 222.35º | 0.25% | 0.79% | - |
| XYZ | 36.58 | 37.61 | 60.59 | - |
| YUV | 164.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 201 | 0.25 | 0.18 | 0 | 0.21 | 222.35 | 0.32 | 0.69 |
| Hex | 96 | A5 | C9 | 19 | 12 | 0 | 15 | DE | 20 | 45 |
| Octal | 226 | 245 | 311 | 31 | 22 | 0 | 25 | 336 | 40 | 105 |
| Binary | 10010110 | 10100101 | 11001001 | 11001 | 10010 | 0 | 10101 | 11011110 | 100000 | 1000101 |
Color Harmonies of #96A5C9
Complementary color
Monochromatic Colors of #96A5C9
Black with #96A5C9
Text Example
Text Example
White with #96A5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A5C9; }
p { color: rgb(150,165,201); }
H1.HeaderClassName
{
color: #96A5C9;
}
.AnyTagClassName
{
color: #96A5C9;
}
</style>
background-color css
<style>
a { background-color: #96A5C9; }
a { background-color: rgb(150,165,201); }
div.DivClassName
{
background-color: #96A5C9;
}
.BgClassName
{
background-color: #96A5C9;
}
</style>
border-color css
<style>
span { border-color: #96A5C9; }
span { border-color: rgb(150,165,201); }
td.TdClassName
{
border-color: #96A5C9;
}
.TagClassName
{
border-color: #96A5C9;
}
</style>