Shades of Rock Blue #969DBA
Tints of Rock Blue #969DBA
RGB
CMYK
RGB Variations
Color information
#969DBA (or 0x969DBA) is known color: Rock Blue. HEX triplet: 96, 9D and BA. RGB value is (150,157,186). Sum of RGB (Red+Green+Blue) = 150+157+186=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #969DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DBA is #696245. Grayscale: #9E9E9E. Windows color (decimal): -6906438 or 12230038. OLE color: 12230038.
HSL color Cylindrical-coordinate representation of color #969DBA: hue angle of 228.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #969DBA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 157 | 186 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.27 |
| HSL | 228.33º | 0.21% | 0.66% | - |
| HSV(B) | 228.33º | 0.19% | 0.73% | - |
| XYZ | 33.5 | 34.14 | 51.28 | - |
| YUV | 158.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 186 | 0.19 | 0.16 | 0 | 0.27 | 228.33 | 0.21 | 0.66 |
| Hex | 96 | 9D | BA | 13 | 10 | 0 | 1B | E4 | 15 | 42 |
| Octal | 226 | 235 | 272 | 23 | 20 | 0 | 33 | 344 | 25 | 102 |
| Binary | 10010110 | 10011101 | 10111010 | 10011 | 10000 | 0 | 11011 | 11100100 | 10101 | 1000010 |
Color Harmonies of #969DBA
Complementary color
Monochromatic Colors of #969DBA
Black with #969DBA
Text Example
Text Example
White with #969DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DBA; }
p { color: rgb(150,157,186); }
H1.HeaderClassName
{
color: #969DBA;
}
.AnyTagClassName
{
color: #969DBA;
}
</style>
background-color css
<style>
a { background-color: #969DBA; }
a { background-color: rgb(150,157,186); }
div.DivClassName
{
background-color: #969DBA;
}
.BgClassName
{
background-color: #969DBA;
}
</style>
border-color css
<style>
span { border-color: #969DBA; }
span { border-color: rgb(150,157,186); }
td.TdClassName
{
border-color: #969DBA;
}
.TagClassName
{
border-color: #969DBA;
}
</style>