Shades of Rock Blue #919EBA
Tints of Rock Blue #919EBA
RGB
CMYK
RGB Variations
Color information
#919EBA (or 0x919EBA) is known color: Rock Blue. HEX triplet: 91, 9E and BA. RGB value is (145,158,186). Sum of RGB (Red+Green+Blue) = 145+158+186=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #919EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EBA is #6E6145. Grayscale: #9D9D9D. Windows color (decimal): -7233862 or 12230289. OLE color: 12230289.
HSL color Cylindrical-coordinate representation of color #919EBA: hue angle of 220.98º 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 #919EBA is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 158 | 186 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.27 |
| HSL | 220.98º | 0.23% | 0.65% | - |
| HSV(B) | 220.98º | 0.22% | 0.73% | - |
| XYZ | 32.77 | 34.02 | 51.29 | - |
| YUV | 157.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 186 | 0.22 | 0.15 | 0 | 0.27 | 220.98 | 0.23 | 0.65 |
| Hex | 91 | 9E | BA | 16 | F | 0 | 1B | DD | 17 | 41 |
| Octal | 221 | 236 | 272 | 26 | 17 | 0 | 33 | 335 | 27 | 101 |
| Binary | 10010001 | 10011110 | 10111010 | 10110 | 1111 | 0 | 11011 | 11011101 | 10111 | 1000001 |
Color Harmonies of #919EBA
Complementary color
Monochromatic Colors of #919EBA
Black with #919EBA
Text Example
Text Example
White with #919EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EBA; }
p { color: rgb(145,158,186); }
H1.HeaderClassName
{
color: #919EBA;
}
.AnyTagClassName
{
color: #919EBA;
}
</style>
background-color css
<style>
a { background-color: #919EBA; }
a { background-color: rgb(145,158,186); }
div.DivClassName
{
background-color: #919EBA;
}
.BgClassName
{
background-color: #919EBA;
}
</style>
border-color css
<style>
span { border-color: #919EBA; }
span { border-color: rgb(145,158,186); }
td.TdClassName
{
border-color: #919EBA;
}
.TagClassName
{
border-color: #919EBA;
}
</style>