Shades of Rock Blue #919DBD
Tints of Rock Blue #919DBD
RGB
CMYK
RGB Variations
Color information
#919DBD (or 0x919DBD) is known color: Rock Blue. HEX triplet: 91, 9D and BD. RGB value is (145,157,189). Sum of RGB (Red+Green+Blue) = 145+157+189=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #919DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DBD is #6E6242. Grayscale: #9C9C9C. Windows color (decimal): -7234115 or 12426641. OLE color: 12426641.
HSL color Cylindrical-coordinate representation of color #919DBD: hue angle of 223.64º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #919DBD is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 157 | 189 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.26 |
| HSL | 223.64º | 0.25% | 0.65% | - |
| HSV(B) | 223.64º | 0.23% | 0.74% | - |
| XYZ | 32.92 | 33.81 | 52.93 | - |
| YUV | 157.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 189 | 0.23 | 0.17 | 0 | 0.26 | 223.64 | 0.25 | 0.65 |
| Hex | 91 | 9D | BD | 17 | 11 | 0 | 1A | E0 | 19 | 41 |
| Octal | 221 | 235 | 275 | 27 | 21 | 0 | 32 | 340 | 31 | 101 |
| Binary | 10010001 | 10011101 | 10111101 | 10111 | 10001 | 0 | 11010 | 11100000 | 11001 | 1000001 |
Color Harmonies of #919DBD
Complementary color
Monochromatic Colors of #919DBD
Black with #919DBD
Text Example
Text Example
White with #919DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DBD; }
p { color: rgb(145,157,189); }
H1.HeaderClassName
{
color: #919DBD;
}
.AnyTagClassName
{
color: #919DBD;
}
</style>
background-color css
<style>
a { background-color: #919DBD; }
a { background-color: rgb(145,157,189); }
div.DivClassName
{
background-color: #919DBD;
}
.BgClassName
{
background-color: #919DBD;
}
</style>
border-color css
<style>
span { border-color: #919DBD; }
span { border-color: rgb(145,157,189); }
td.TdClassName
{
border-color: #919DBD;
}
.TagClassName
{
border-color: #919DBD;
}
</style>