Shades of Rock Blue #919AB4
Tints of Rock Blue #919AB4
RGB
CMYK
RGB Variations
Color information
#919AB4 (or 0x919AB4) is known color: Rock Blue. HEX triplet: 91, 9A and B4. RGB value is (145,154,180). Sum of RGB (Red+Green+Blue) = 145+154+180=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #919AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AB4 is #6E654B. Grayscale: #9A9A9A. Windows color (decimal): -7234892 or 11836049. OLE color: 11836049.
HSL color Cylindrical-coordinate representation of color #919AB4: hue angle of 224.57º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #919AB4 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 154 | 180 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.29 |
| HSL | 224.57º | 0.19% | 0.64% | - |
| HSV(B) | 224.57º | 0.19% | 0.71% | - |
| XYZ | 31.47 | 32.43 | 47.78 | - |
| YUV | 154.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 180 | 0.19 | 0.14 | 0 | 0.29 | 224.57 | 0.19 | 0.64 |
| Hex | 91 | 9A | B4 | 13 | E | 0 | 1D | E1 | 13 | 40 |
| Octal | 221 | 232 | 264 | 23 | 16 | 0 | 35 | 341 | 23 | 100 |
| Binary | 10010001 | 10011010 | 10110100 | 10011 | 1110 | 0 | 11101 | 11100001 | 10011 | 1000000 |
Color Harmonies of #919AB4
Complementary color
Monochromatic Colors of #919AB4
Black with #919AB4
Text Example
Text Example
White with #919AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AB4; }
p { color: rgb(145,154,180); }
H1.HeaderClassName
{
color: #919AB4;
}
.AnyTagClassName
{
color: #919AB4;
}
</style>
background-color css
<style>
a { background-color: #919AB4; }
a { background-color: rgb(145,154,180); }
div.DivClassName
{
background-color: #919AB4;
}
.BgClassName
{
background-color: #919AB4;
}
</style>
border-color css
<style>
span { border-color: #919AB4; }
span { border-color: rgb(145,154,180); }
td.TdClassName
{
border-color: #919AB4;
}
.TagClassName
{
border-color: #919AB4;
}
</style>