Shades of Rock Blue #919DB1
Tints of Rock Blue #919DB1
RGB
CMYK
RGB Variations
Color information
#919DB1 (or 0x919DB1) is known color: Rock Blue. HEX triplet: 91, 9D and B1. RGB value is (145,157,177). Sum of RGB (Red+Green+Blue) = 145+157+177=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 177 - color contains mainly: blue. Hex color #919DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919DB1 is #6E624E. Grayscale: #9B9B9B. Windows color (decimal): -7234127 or 11640209. OLE color: 11640209.
HSL color Cylindrical-coordinate representation of color #919DB1: hue angle of 217.5º degrees, saturation: 0.17, 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 #919DB1 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 157 | 177 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.31 |
| HSL | 217.5º | 0.17% | 0.63% | - |
| HSV(B) | 217.5º | 0.18% | 0.69% | - |
| XYZ | 31.67 | 33.31 | 46.35 | - |
| YUV | 155.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 177 | 0.18 | 0.11 | 0 | 0.31 | 217.5 | 0.17 | 0.63 |
| Hex | 91 | 9D | B1 | 12 | B | 0 | 1F | DA | 11 | 3F |
| Octal | 221 | 235 | 261 | 22 | 13 | 0 | 37 | 332 | 21 | 77 |
| Binary | 10010001 | 10011101 | 10110001 | 10010 | 1011 | 0 | 11111 | 11011010 | 10001 | 111111 |
Color Harmonies of #919DB1
Complementary color
Monochromatic Colors of #919DB1
Black with #919DB1
Text Example
Text Example
White with #919DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DB1; }
p { color: rgb(145,157,177); }
H1.HeaderClassName
{
color: #919DB1;
}
.AnyTagClassName
{
color: #919DB1;
}
</style>
background-color css
<style>
a { background-color: #919DB1; }
a { background-color: rgb(145,157,177); }
div.DivClassName
{
background-color: #919DB1;
}
.BgClassName
{
background-color: #919DB1;
}
</style>
border-color css
<style>
span { border-color: #919DB1; }
span { border-color: rgb(145,157,177); }
td.TdClassName
{
border-color: #919DB1;
}
.TagClassName
{
border-color: #919DB1;
}
</style>