Shades of Rock Blue #919AB9
Tints of Rock Blue #919AB9
RGB
CMYK
RGB Variations
Color information
#919AB9 (or 0x919AB9) is known color: Rock Blue. HEX triplet: 91, 9A and B9. RGB value is (145,154,185). Sum of RGB (Red+Green+Blue) = 145+154+185=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #919AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AB9 is #6E6546. Grayscale: #9A9A9A. Windows color (decimal): -7234887 or 12163729. OLE color: 12163729.
HSL color Cylindrical-coordinate representation of color #919AB9: hue angle of 226.5º degrees, saturation: 0.22, 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 #919AB9 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 154 | 185 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.27 |
| HSL | 226.5º | 0.22% | 0.65% | - |
| HSV(B) | 226.5º | 0.22% | 0.73% | - |
| XYZ | 31.99 | 32.63 | 50.51 | - |
| YUV | 154.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 185 | 0.22 | 0.17 | 0 | 0.27 | 226.5 | 0.22 | 0.65 |
| Hex | 91 | 9A | B9 | 16 | 11 | 0 | 1B | E2 | 16 | 41 |
| Octal | 221 | 232 | 271 | 26 | 21 | 0 | 33 | 342 | 26 | 101 |
| Binary | 10010001 | 10011010 | 10111001 | 10110 | 10001 | 0 | 11011 | 11100010 | 10110 | 1000001 |
Color Harmonies of #919AB9
Complementary color
Monochromatic Colors of #919AB9
Black with #919AB9
Text Example
Text Example
White with #919AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AB9; }
p { color: rgb(145,154,185); }
H1.HeaderClassName
{
color: #919AB9;
}
.AnyTagClassName
{
color: #919AB9;
}
</style>
background-color css
<style>
a { background-color: #919AB9; }
a { background-color: rgb(145,154,185); }
div.DivClassName
{
background-color: #919AB9;
}
.BgClassName
{
background-color: #919AB9;
}
</style>
border-color css
<style>
span { border-color: #919AB9; }
span { border-color: rgb(145,154,185); }
td.TdClassName
{
border-color: #919AB9;
}
.TagClassName
{
border-color: #919AB9;
}
</style>