Shades of Rock Blue #919DB7
Tints of Rock Blue #919DB7
RGB
CMYK
RGB Variations
Color information
#919DB7 (or 0x919DB7) is known color: Rock Blue. HEX triplet: 91, 9D and B7. RGB value is (145,157,183). Sum of RGB (Red+Green+Blue) = 145+157+183=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #919DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DB7 is #6E6248. Grayscale: #9C9C9C. Windows color (decimal): -7234121 or 12033425. OLE color: 12033425.
HSL color Cylindrical-coordinate representation of color #919DB7: hue angle of 221.05º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #919DB7 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 157 | 183 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.28 |
| HSL | 221.05º | 0.21% | 0.64% | - |
| HSV(B) | 221.05º | 0.21% | 0.72% | - |
| XYZ | 32.28 | 33.55 | 49.57 | - |
| YUV | 156.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 183 | 0.21 | 0.14 | 0 | 0.28 | 221.05 | 0.21 | 0.64 |
| Hex | 91 | 9D | B7 | 15 | E | 0 | 1C | DD | 15 | 40 |
| Octal | 221 | 235 | 267 | 25 | 16 | 0 | 34 | 335 | 25 | 100 |
| Binary | 10010001 | 10011101 | 10110111 | 10101 | 1110 | 0 | 11100 | 11011101 | 10101 | 1000000 |
Color Harmonies of #919DB7
Complementary color
Monochromatic Colors of #919DB7
Black with #919DB7
Text Example
Text Example
White with #919DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DB7; }
p { color: rgb(145,157,183); }
H1.HeaderClassName
{
color: #919DB7;
}
.AnyTagClassName
{
color: #919DB7;
}
</style>
background-color css
<style>
a { background-color: #919DB7; }
a { background-color: rgb(145,157,183); }
div.DivClassName
{
background-color: #919DB7;
}
.BgClassName
{
background-color: #919DB7;
}
</style>
border-color css
<style>
span { border-color: #919DB7; }
span { border-color: rgb(145,157,183); }
td.TdClassName
{
border-color: #919DB7;
}
.TagClassName
{
border-color: #919DB7;
}
</style>