Shades of Rock Blue #96A3C3
Tints of Rock Blue #96A3C3
RGB
CMYK
RGB Variations
Color information
#96A3C3 (or 0x96A3C3) is known color: Rock Blue. HEX triplet: 96, A3 and C3. RGB value is (150,163,195). Sum of RGB (Red+Green+Blue) = 150+163+195=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #96A3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3C3 is #695C3C. Grayscale: #A2A2A2. Windows color (decimal): -6904893 or 12821398. OLE color: 12821398.
HSL color Cylindrical-coordinate representation of color #96A3C3: hue angle of 222.67º 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 #96A3C3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 163 | 195 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.24 |
| HSL | 222.67º | 0.27% | 0.68% | - |
| HSV(B) | 222.67º | 0.23% | 0.76% | - |
| XYZ | 35.53 | 36.62 | 56.83 | - |
| YUV | 162.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 195 | 0.23 | 0.16 | 0 | 0.24 | 222.67 | 0.27 | 0.68 |
| Hex | 96 | A3 | C3 | 17 | 10 | 0 | 18 | DF | 1B | 44 |
| Octal | 226 | 243 | 303 | 27 | 20 | 0 | 30 | 337 | 33 | 104 |
| Binary | 10010110 | 10100011 | 11000011 | 10111 | 10000 | 0 | 11000 | 11011111 | 11011 | 1000100 |
Color Harmonies of #96A3C3
Complementary color
Monochromatic Colors of #96A3C3
Black with #96A3C3
Text Example
Text Example
White with #96A3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3C3; }
p { color: rgb(150,163,195); }
H1.HeaderClassName
{
color: #96A3C3;
}
.AnyTagClassName
{
color: #96A3C3;
}
</style>
background-color css
<style>
a { background-color: #96A3C3; }
a { background-color: rgb(150,163,195); }
div.DivClassName
{
background-color: #96A3C3;
}
.BgClassName
{
background-color: #96A3C3;
}
</style>
border-color css
<style>
span { border-color: #96A3C3; }
span { border-color: rgb(150,163,195); }
td.TdClassName
{
border-color: #96A3C3;
}
.TagClassName
{
border-color: #96A3C3;
}
</style>