Shades of Rock Blue #919DB0
Tints of Rock Blue #919DB0
RGB
CMYK
RGB Variations
Color information
#919DB0 (or 0x919DB0) is known color: Rock Blue. HEX triplet: 91, 9D and B0. RGB value is (145,157,176). Sum of RGB (Red+Green+Blue) = 145+157+176=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 176 - color contains mainly: blue. Hex color #919DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919DB0 is #6E624F. Grayscale: #9B9B9B. Windows color (decimal): -7234128 or 11574673. OLE color: 11574673.
HSL color Cylindrical-coordinate representation of color #919DB0: hue angle of 216.77º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #919DB0 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 157 | 176 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.31 |
| HSL | 216.77º | 0.16% | 0.63% | - |
| HSV(B) | 216.77º | 0.18% | 0.69% | - |
| XYZ | 31.57 | 33.27 | 45.83 | - |
| YUV | 155.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 176 | 0.18 | 0.11 | 0 | 0.31 | 216.77 | 0.16 | 0.63 |
| Hex | 91 | 9D | B0 | 12 | B | 0 | 1F | D9 | 10 | 3F |
| Octal | 221 | 235 | 260 | 22 | 13 | 0 | 37 | 331 | 20 | 77 |
| Binary | 10010001 | 10011101 | 10110000 | 10010 | 1011 | 0 | 11111 | 11011001 | 10000 | 111111 |
Color Harmonies of #919DB0
Complementary color
Monochromatic Colors of #919DB0
Black with #919DB0
Text Example
Text Example
White with #919DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DB0; }
p { color: rgb(145,157,176); }
H1.HeaderClassName
{
color: #919DB0;
}
.AnyTagClassName
{
color: #919DB0;
}
</style>
background-color css
<style>
a { background-color: #919DB0; }
a { background-color: rgb(145,157,176); }
div.DivClassName
{
background-color: #919DB0;
}
.BgClassName
{
background-color: #919DB0;
}
</style>
border-color css
<style>
span { border-color: #919DB0; }
span { border-color: rgb(145,157,176); }
td.TdClassName
{
border-color: #919DB0;
}
.TagClassName
{
border-color: #919DB0;
}
</style>