Shades of Rock Blue #969DB0
Tints of Rock Blue #969DB0
RGB
CMYK
RGB Variations
Color information
#969DB0 (or 0x969DB0) is known color: Rock Blue. HEX triplet: 96, 9D and B0. RGB value is (150,157,176). Sum of RGB (Red+Green+Blue) = 150+157+176=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 176 - color contains mainly: blue. Hex color #969DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969DB0 is #69624F. Grayscale: #9C9C9C. Windows color (decimal): -6906448 or 11574678. OLE color: 11574678.
HSL color Cylindrical-coordinate representation of color #969DB0: hue angle of 223.85º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #969DB0 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 157 | 176 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.31 |
| HSL | 223.85º | 0.14% | 0.64% | - |
| HSV(B) | 223.85º | 0.15% | 0.69% | - |
| XYZ | 32.47 | 33.73 | 45.87 | - |
| YUV | 157.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 176 | 0.15 | 0.11 | 0 | 0.31 | 223.85 | 0.14 | 0.64 |
| Hex | 96 | 9D | B0 | F | B | 0 | 1F | E0 | E | 40 |
| Octal | 226 | 235 | 260 | 17 | 13 | 0 | 37 | 340 | 16 | 100 |
| Binary | 10010110 | 10011101 | 10110000 | 1111 | 1011 | 0 | 11111 | 11100000 | 1110 | 1000000 |
Color Harmonies of #969DB0
Complementary color
Monochromatic Colors of #969DB0
Black with #969DB0
Text Example
Text Example
White with #969DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DB0; }
p { color: rgb(150,157,176); }
H1.HeaderClassName
{
color: #969DB0;
}
.AnyTagClassName
{
color: #969DB0;
}
</style>
background-color css
<style>
a { background-color: #969DB0; }
a { background-color: rgb(150,157,176); }
div.DivClassName
{
background-color: #969DB0;
}
.BgClassName
{
background-color: #969DB0;
}
</style>
border-color css
<style>
span { border-color: #969DB0; }
span { border-color: rgb(150,157,176); }
td.TdClassName
{
border-color: #969DB0;
}
.TagClassName
{
border-color: #969DB0;
}
</style>