Shades of Rock Blue #969DB4
Tints of Rock Blue #969DB4
RGB
CMYK
RGB Variations
Color information
#969DB4 (or 0x969DB4) is known color: Rock Blue. HEX triplet: 96, 9D and B4. RGB value is (150,157,180). Sum of RGB (Red+Green+Blue) = 150+157+180=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #969DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DB4 is #69624B. Grayscale: #9D9D9D. Windows color (decimal): -6906444 or 11836822. OLE color: 11836822.
HSL color Cylindrical-coordinate representation of color #969DB4: hue angle of 226º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #969DB4 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 157 | 180 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.29 |
| HSL | 226º | 0.17% | 0.65% | - |
| HSV(B) | 226º | 0.17% | 0.71% | - |
| XYZ | 32.87 | 33.89 | 47.99 | - |
| YUV | 157.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 180 | 0.17 | 0.13 | 0 | 0.29 | 226 | 0.17 | 0.65 |
| Hex | 96 | 9D | B4 | 11 | D | 0 | 1D | E2 | 11 | 41 |
| Octal | 226 | 235 | 264 | 21 | 15 | 0 | 35 | 342 | 21 | 101 |
| Binary | 10010110 | 10011101 | 10110100 | 10001 | 1101 | 0 | 11101 | 11100010 | 10001 | 1000001 |
Color Harmonies of #969DB4
Complementary color
Monochromatic Colors of #969DB4
Black with #969DB4
Text Example
Text Example
White with #969DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DB4; }
p { color: rgb(150,157,180); }
H1.HeaderClassName
{
color: #969DB4;
}
.AnyTagClassName
{
color: #969DB4;
}
</style>
background-color css
<style>
a { background-color: #969DB4; }
a { background-color: rgb(150,157,180); }
div.DivClassName
{
background-color: #969DB4;
}
.BgClassName
{
background-color: #969DB4;
}
</style>
border-color css
<style>
span { border-color: #969DB4; }
span { border-color: rgb(150,157,180); }
td.TdClassName
{
border-color: #969DB4;
}
.TagClassName
{
border-color: #969DB4;
}
</style>