Shades of Rock Blue #919DBA
Tints of Rock Blue #919DBA
RGB
CMYK
RGB Variations
Color information
#919DBA (or 0x919DBA) is known color: Rock Blue. HEX triplet: 91, 9D and BA. RGB value is (145,157,186). Sum of RGB (Red+Green+Blue) = 145+157+186=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #919DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DBA is #6E6245. Grayscale: #9C9C9C. Windows color (decimal): -7234118 or 12230033. OLE color: 12230033.
HSL color Cylindrical-coordinate representation of color #919DBA: hue angle of 222.44º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919DBA is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 157 | 186 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.27 |
| HSL | 222.44º | 0.23% | 0.65% | - |
| HSV(B) | 222.44º | 0.22% | 0.73% | - |
| XYZ | 32.6 | 33.68 | 51.24 | - |
| YUV | 156.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 186 | 0.22 | 0.16 | 0 | 0.27 | 222.44 | 0.23 | 0.65 |
| Hex | 91 | 9D | BA | 16 | 10 | 0 | 1B | DE | 17 | 41 |
| Octal | 221 | 235 | 272 | 26 | 20 | 0 | 33 | 336 | 27 | 101 |
| Binary | 10010001 | 10011101 | 10111010 | 10110 | 10000 | 0 | 11011 | 11011110 | 10111 | 1000001 |
Color Harmonies of #919DBA
Complementary color
Monochromatic Colors of #919DBA
Black with #919DBA
Text Example
Text Example
White with #919DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DBA; }
p { color: rgb(145,157,186); }
H1.HeaderClassName
{
color: #919DBA;
}
.AnyTagClassName
{
color: #919DBA;
}
</style>
background-color css
<style>
a { background-color: #919DBA; }
a { background-color: rgb(145,157,186); }
div.DivClassName
{
background-color: #919DBA;
}
.BgClassName
{
background-color: #919DBA;
}
</style>
border-color css
<style>
span { border-color: #919DBA; }
span { border-color: rgb(145,157,186); }
td.TdClassName
{
border-color: #919DBA;
}
.TagClassName
{
border-color: #919DBA;
}
</style>