Shades of Rock Blue #919DB6
Tints of Rock Blue #919DB6
RGB
CMYK
RGB Variations
Color information
#919DB6 (or 0x919DB6) is known color: Rock Blue. HEX triplet: 91, 9D and B6. RGB value is (145,157,182). Sum of RGB (Red+Green+Blue) = 145+157+182=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #919DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DB6 is #6E6249. Grayscale: #9C9C9C. Windows color (decimal): -7234122 or 11967889. OLE color: 11967889.
HSL color Cylindrical-coordinate representation of color #919DB6: hue angle of 220.54º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #919DB6 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 157 | 182 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.29 |
| HSL | 220.54º | 0.2% | 0.64% | - |
| HSV(B) | 220.54º | 0.2% | 0.71% | - |
| XYZ | 32.18 | 33.51 | 49.03 | - |
| YUV | 156.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 182 | 0.20 | 0.14 | 0 | 0.29 | 220.54 | 0.2 | 0.64 |
| Hex | 91 | 9D | B6 | 14 | E | 0 | 1D | DD | 14 | 40 |
| Octal | 221 | 235 | 266 | 24 | 16 | 0 | 35 | 335 | 24 | 100 |
| Binary | 10010001 | 10011101 | 10110110 | 10100 | 1110 | 0 | 11101 | 11011101 | 10100 | 1000000 |
Color Harmonies of #919DB6
Complementary color
Monochromatic Colors of #919DB6
Black with #919DB6
Text Example
Text Example
White with #919DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DB6; }
p { color: rgb(145,157,182); }
H1.HeaderClassName
{
color: #919DB6;
}
.AnyTagClassName
{
color: #919DB6;
}
</style>
background-color css
<style>
a { background-color: #919DB6; }
a { background-color: rgb(145,157,182); }
div.DivClassName
{
background-color: #919DB6;
}
.BgClassName
{
background-color: #919DB6;
}
</style>
border-color css
<style>
span { border-color: #919DB6; }
span { border-color: rgb(145,157,182); }
td.TdClassName
{
border-color: #919DB6;
}
.TagClassName
{
border-color: #919DB6;
}
</style>