Shades of Rock Blue #919DBE
Tints of Rock Blue #919DBE
RGB
CMYK
RGB Variations
Color information
#919DBE (or 0x919DBE) is known color: Rock Blue. HEX triplet: 91, 9D and BE. RGB value is (145,157,190). Sum of RGB (Red+Green+Blue) = 145+157+190=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #919DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DBE is #6E6241. Grayscale: #9D9D9D. Windows color (decimal): -7234114 or 12492177. OLE color: 12492177.
HSL color Cylindrical-coordinate representation of color #919DBE: hue angle of 224º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919DBE is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 157 | 190 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.25 |
| HSL | 224º | 0.26% | 0.66% | - |
| HSV(B) | 224º | 0.24% | 0.75% | - |
| XYZ | 33.03 | 33.85 | 53.51 | - |
| YUV | 157.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 190 | 0.24 | 0.17 | 0 | 0.25 | 224 | 0.26 | 0.66 |
| Hex | 91 | 9D | BE | 18 | 11 | 0 | 19 | E0 | 1A | 42 |
| Octal | 221 | 235 | 276 | 30 | 21 | 0 | 31 | 340 | 32 | 102 |
| Binary | 10010001 | 10011101 | 10111110 | 11000 | 10001 | 0 | 11001 | 11100000 | 11010 | 1000010 |
Color Harmonies of #919DBE
Complementary color
Monochromatic Colors of #919DBE
Black with #919DBE
Text Example
Text Example
White with #919DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DBE; }
p { color: rgb(145,157,190); }
H1.HeaderClassName
{
color: #919DBE;
}
.AnyTagClassName
{
color: #919DBE;
}
</style>
background-color css
<style>
a { background-color: #919DBE; }
a { background-color: rgb(145,157,190); }
div.DivClassName
{
background-color: #919DBE;
}
.BgClassName
{
background-color: #919DBE;
}
</style>
border-color css
<style>
span { border-color: #919DBE; }
span { border-color: rgb(145,157,190); }
td.TdClassName
{
border-color: #919DBE;
}
.TagClassName
{
border-color: #919DBE;
}
</style>