Shades of Rock Blue #919DB3
Tints of Rock Blue #919DB3
RGB
CMYK
RGB Variations
Color information
#919DB3 (or 0x919DB3) is known color: Rock Blue. HEX triplet: 91, 9D and B3. RGB value is (145,157,179). Sum of RGB (Red+Green+Blue) = 145+157+179=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #919DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DB3 is #6E624C. Grayscale: #9B9B9B. Windows color (decimal): -7234125 or 11771281. OLE color: 11771281.
HSL color Cylindrical-coordinate representation of color #919DB3: hue angle of 218.82º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #919DB3 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 157 | 179 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.30 |
| HSL | 218.82º | 0.18% | 0.64% | - |
| HSV(B) | 218.82º | 0.19% | 0.7% | - |
| XYZ | 31.87 | 33.39 | 47.41 | - |
| YUV | 155.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 179 | 0.19 | 0.12 | 0 | 0.30 | 218.82 | 0.18 | 0.64 |
| Hex | 91 | 9D | B3 | 13 | C | 0 | 1E | DB | 12 | 40 |
| Octal | 221 | 235 | 263 | 23 | 14 | 0 | 36 | 333 | 22 | 100 |
| Binary | 10010001 | 10011101 | 10110011 | 10011 | 1100 | 0 | 11110 | 11011011 | 10010 | 1000000 |
Color Harmonies of #919DB3
Complementary color
Monochromatic Colors of #919DB3
Black with #919DB3
Text Example
Text Example
White with #919DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DB3; }
p { color: rgb(145,157,179); }
H1.HeaderClassName
{
color: #919DB3;
}
.AnyTagClassName
{
color: #919DB3;
}
</style>
background-color css
<style>
a { background-color: #919DB3; }
a { background-color: rgb(145,157,179); }
div.DivClassName
{
background-color: #919DB3;
}
.BgClassName
{
background-color: #919DB3;
}
</style>
border-color css
<style>
span { border-color: #919DB3; }
span { border-color: rgb(145,157,179); }
td.TdClassName
{
border-color: #919DB3;
}
.TagClassName
{
border-color: #919DB3;
}
</style>