Shades of Rock Blue #919DB9
Tints of Rock Blue #919DB9
RGB
CMYK
RGB Variations
Color information
#919DB9 (or 0x919DB9) is known color: Rock Blue. HEX triplet: 91, 9D and B9. RGB value is (145,157,185). Sum of RGB (Red+Green+Blue) = 145+157+185=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #919DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DB9 is #6E6246. Grayscale: #9C9C9C. Windows color (decimal): -7234119 or 12164497. OLE color: 12164497.
HSL color Cylindrical-coordinate representation of color #919DB9: hue angle of 222º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919DB9 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 157 | 185 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.27 |
| HSL | 222º | 0.22% | 0.65% | - |
| HSV(B) | 222º | 0.22% | 0.73% | - |
| XYZ | 32.49 | 33.64 | 50.68 | - |
| YUV | 156.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 185 | 0.22 | 0.15 | 0 | 0.27 | 222 | 0.22 | 0.65 |
| Hex | 91 | 9D | B9 | 16 | F | 0 | 1B | DE | 16 | 41 |
| Octal | 221 | 235 | 271 | 26 | 17 | 0 | 33 | 336 | 26 | 101 |
| Binary | 10010001 | 10011101 | 10111001 | 10110 | 1111 | 0 | 11011 | 11011110 | 10110 | 1000001 |
Color Harmonies of #919DB9
Complementary color
Monochromatic Colors of #919DB9
Black with #919DB9
Text Example
Text Example
White with #919DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DB9; }
p { color: rgb(145,157,185); }
H1.HeaderClassName
{
color: #919DB9;
}
.AnyTagClassName
{
color: #919DB9;
}
</style>
background-color css
<style>
a { background-color: #919DB9; }
a { background-color: rgb(145,157,185); }
div.DivClassName
{
background-color: #919DB9;
}
.BgClassName
{
background-color: #919DB9;
}
</style>
border-color css
<style>
span { border-color: #919DB9; }
span { border-color: rgb(145,157,185); }
td.TdClassName
{
border-color: #919DB9;
}
.TagClassName
{
border-color: #919DB9;
}
</style>