Shades of Rock Blue #96A5C3
Tints of Rock Blue #96A5C3
RGB
CMYK
RGB Variations
Color information
#96A5C3 (or 0x96A5C3) is known color: Rock Blue. HEX triplet: 96, A5 and C3. RGB value is (150,165,195). Sum of RGB (Red+Green+Blue) = 150+165+195=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #96A5C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5C3 is #695A3C. Grayscale: #A3A3A3. Windows color (decimal): -6904381 or 12821910. OLE color: 12821910.
HSL color Cylindrical-coordinate representation of color #96A5C3: hue angle of 220º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96A5C3 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 165 | 195 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.24 |
| HSL | 220º | 0.27% | 0.68% | - |
| HSV(B) | 220º | 0.23% | 0.76% | - |
| XYZ | 35.88 | 37.33 | 56.94 | - |
| YUV | 163.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 195 | 0.23 | 0.15 | 0 | 0.24 | 220 | 0.27 | 0.68 |
| Hex | 96 | A5 | C3 | 17 | F | 0 | 18 | DC | 1B | 44 |
| Octal | 226 | 245 | 303 | 27 | 17 | 0 | 30 | 334 | 33 | 104 |
| Binary | 10010110 | 10100101 | 11000011 | 10111 | 1111 | 0 | 11000 | 11011100 | 11011 | 1000100 |
Color Harmonies of #96A5C3
Complementary color
Monochromatic Colors of #96A5C3
Black with #96A5C3
Text Example
Text Example
White with #96A5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A5C3; }
p { color: rgb(150,165,195); }
H1.HeaderClassName
{
color: #96A5C3;
}
.AnyTagClassName
{
color: #96A5C3;
}
</style>
background-color css
<style>
a { background-color: #96A5C3; }
a { background-color: rgb(150,165,195); }
div.DivClassName
{
background-color: #96A5C3;
}
.BgClassName
{
background-color: #96A5C3;
}
</style>
border-color css
<style>
span { border-color: #96A5C3; }
span { border-color: rgb(150,165,195); }
td.TdClassName
{
border-color: #96A5C3;
}
.TagClassName
{
border-color: #96A5C3;
}
</style>