Shades of Rock Blue #969DB3
Tints of Rock Blue #969DB3
RGB
CMYK
RGB Variations
Color information
#969DB3 (or 0x969DB3) is known color: Rock Blue. HEX triplet: 96, 9D and B3. RGB value is (150,157,179). Sum of RGB (Red+Green+Blue) = 150+157+179=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 179 - color contains mainly: blue. Hex color #969DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DB3 is #69624C. Grayscale: #9D9D9D. Windows color (decimal): -6906445 or 11771286. OLE color: 11771286.
HSL color Cylindrical-coordinate representation of color #969DB3: hue angle of 225.52º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #969DB3 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 157 | 179 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.30 |
| HSL | 225.52º | 0.16% | 0.65% | - |
| HSV(B) | 225.52º | 0.16% | 0.7% | - |
| XYZ | 32.77 | 33.85 | 47.45 | - |
| YUV | 157.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 179 | 0.16 | 0.12 | 0 | 0.30 | 225.52 | 0.16 | 0.65 |
| Hex | 96 | 9D | B3 | 10 | C | 0 | 1E | E2 | 10 | 41 |
| Octal | 226 | 235 | 263 | 20 | 14 | 0 | 36 | 342 | 20 | 101 |
| Binary | 10010110 | 10011101 | 10110011 | 10000 | 1100 | 0 | 11110 | 11100010 | 10000 | 1000001 |
Color Harmonies of #969DB3
Complementary color
Monochromatic Colors of #969DB3
Black with #969DB3
Text Example
Text Example
White with #969DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DB3; }
p { color: rgb(150,157,179); }
H1.HeaderClassName
{
color: #969DB3;
}
.AnyTagClassName
{
color: #969DB3;
}
</style>
background-color css
<style>
a { background-color: #969DB3; }
a { background-color: rgb(150,157,179); }
div.DivClassName
{
background-color: #969DB3;
}
.BgClassName
{
background-color: #969DB3;
}
</style>
border-color css
<style>
span { border-color: #969DB3; }
span { border-color: rgb(150,157,179); }
td.TdClassName
{
border-color: #969DB3;
}
.TagClassName
{
border-color: #969DB3;
}
</style>