Shades of Rock Blue #919AB3
Tints of Rock Blue #919AB3
RGB
CMYK
RGB Variations
Color information
#919AB3 (or 0x919AB3) is known color: Rock Blue. HEX triplet: 91, 9A and B3. RGB value is (145,154,179). Sum of RGB (Red+Green+Blue) = 145+154+179=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #919AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AB3 is #6E654C. Grayscale: #9A9A9A. Windows color (decimal): -7234893 or 11770513. OLE color: 11770513.
HSL color Cylindrical-coordinate representation of color #919AB3: hue angle of 224.12º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #919AB3 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 154 | 179 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.30 |
| HSL | 224.12º | 0.18% | 0.64% | - |
| HSV(B) | 224.12º | 0.19% | 0.7% | - |
| XYZ | 31.37 | 32.39 | 47.25 | - |
| YUV | 154.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 179 | 0.19 | 0.14 | 0 | 0.30 | 224.12 | 0.18 | 0.64 |
| Hex | 91 | 9A | B3 | 13 | E | 0 | 1E | E0 | 12 | 40 |
| Octal | 221 | 232 | 263 | 23 | 16 | 0 | 36 | 340 | 22 | 100 |
| Binary | 10010001 | 10011010 | 10110011 | 10011 | 1110 | 0 | 11110 | 11100000 | 10010 | 1000000 |
Color Harmonies of #919AB3
Complementary color
Monochromatic Colors of #919AB3
Black with #919AB3
Text Example
Text Example
White with #919AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AB3; }
p { color: rgb(145,154,179); }
H1.HeaderClassName
{
color: #919AB3;
}
.AnyTagClassName
{
color: #919AB3;
}
</style>
background-color css
<style>
a { background-color: #919AB3; }
a { background-color: rgb(145,154,179); }
div.DivClassName
{
background-color: #919AB3;
}
.BgClassName
{
background-color: #919AB3;
}
</style>
border-color css
<style>
span { border-color: #919AB3; }
span { border-color: rgb(145,154,179); }
td.TdClassName
{
border-color: #919AB3;
}
.TagClassName
{
border-color: #919AB3;
}
</style>