Shades of Rock Blue #919ABB
Tints of Rock Blue #919ABB
RGB
CMYK
RGB Variations
Color information
#919ABB (or 0x919ABB) is known color: Rock Blue. HEX triplet: 91, 9A and BB. RGB value is (145,154,187). Sum of RGB (Red+Green+Blue) = 145+154+187=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #919ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ABB is #6E6544. Grayscale: #9A9A9A. Windows color (decimal): -7234885 or 12294801. OLE color: 12294801.
HSL color Cylindrical-coordinate representation of color #919ABB: hue angle of 227.14º degrees, saturation: 0.24, 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 #919ABB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 154 | 187 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.27 |
| HSL | 227.14º | 0.24% | 0.65% | - |
| HSV(B) | 227.14º | 0.22% | 0.73% | - |
| XYZ | 32.2 | 32.72 | 51.63 | - |
| YUV | 155.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 187 | 0.22 | 0.18 | 0 | 0.27 | 227.14 | 0.24 | 0.65 |
| Hex | 91 | 9A | BB | 16 | 12 | 0 | 1B | E3 | 18 | 41 |
| Octal | 221 | 232 | 273 | 26 | 22 | 0 | 33 | 343 | 30 | 101 |
| Binary | 10010001 | 10011010 | 10111011 | 10110 | 10010 | 0 | 11011 | 11100011 | 11000 | 1000001 |
Color Harmonies of #919ABB
Complementary color
Monochromatic Colors of #919ABB
Black with #919ABB
Text Example
Text Example
White with #919ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ABB; }
p { color: rgb(145,154,187); }
H1.HeaderClassName
{
color: #919ABB;
}
.AnyTagClassName
{
color: #919ABB;
}
</style>
background-color css
<style>
a { background-color: #919ABB; }
a { background-color: rgb(145,154,187); }
div.DivClassName
{
background-color: #919ABB;
}
.BgClassName
{
background-color: #919ABB;
}
</style>
border-color css
<style>
span { border-color: #919ABB; }
span { border-color: rgb(145,154,187); }
td.TdClassName
{
border-color: #919ABB;
}
.TagClassName
{
border-color: #919ABB;
}
</style>