Shades of Rock Blue #969EC1
Tints of Rock Blue #969EC1
RGB
CMYK
RGB Variations
Color information
#969EC1 (or 0x969EC1) is known color: Rock Blue. HEX triplet: 96, 9E and C1. RGB value is (150,158,193). Sum of RGB (Red+Green+Blue) = 150+158+193=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #969EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EC1 is #69613E. Grayscale: #9F9F9F. Windows color (decimal): -6906175 or 12689046. OLE color: 12689046.
HSL color Cylindrical-coordinate representation of color #969EC1: hue angle of 228.84º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #969EC1 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 158 | 193 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.24 |
| HSL | 228.84º | 0.26% | 0.67% | - |
| HSV(B) | 228.84º | 0.22% | 0.76% | - |
| XYZ | 34.43 | 34.79 | 55.35 | - |
| YUV | 159.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 193 | 0.22 | 0.18 | 0 | 0.24 | 228.84 | 0.26 | 0.67 |
| Hex | 96 | 9E | C1 | 16 | 12 | 0 | 18 | E5 | 1A | 43 |
| Octal | 226 | 236 | 301 | 26 | 22 | 0 | 30 | 345 | 32 | 103 |
| Binary | 10010110 | 10011110 | 11000001 | 10110 | 10010 | 0 | 11000 | 11100101 | 11010 | 1000011 |
Color Harmonies of #969EC1
Complementary color
Monochromatic Colors of #969EC1
Black with #969EC1
Text Example
Text Example
White with #969EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969EC1; }
p { color: rgb(150,158,193); }
H1.HeaderClassName
{
color: #969EC1;
}
.AnyTagClassName
{
color: #969EC1;
}
</style>
background-color css
<style>
a { background-color: #969EC1; }
a { background-color: rgb(150,158,193); }
div.DivClassName
{
background-color: #969EC1;
}
.BgClassName
{
background-color: #969EC1;
}
</style>
border-color css
<style>
span { border-color: #969EC1; }
span { border-color: rgb(150,158,193); }
td.TdClassName
{
border-color: #969EC1;
}
.TagClassName
{
border-color: #969EC1;
}
</style>