Shades of Rock Blue #919ABC
Tints of Rock Blue #919ABC
RGB
CMYK
RGB Variations
Color information
#919ABC (or 0x919ABC) is known color: Rock Blue. HEX triplet: 91, 9A and BC. RGB value is (145,154,188). Sum of RGB (Red+Green+Blue) = 145+154+188=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #919ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ABC is #6E6543. Grayscale: #9B9B9B. Windows color (decimal): -7234884 or 12360337. OLE color: 12360337.
HSL color Cylindrical-coordinate representation of color #919ABC: hue angle of 227.44º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #919ABC is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 154 | 188 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.26 |
| HSL | 227.44º | 0.24% | 0.65% | - |
| HSV(B) | 227.44º | 0.23% | 0.74% | - |
| XYZ | 32.31 | 32.76 | 52.2 | - |
| YUV | 155.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 188 | 0.23 | 0.18 | 0 | 0.26 | 227.44 | 0.24 | 0.65 |
| Hex | 91 | 9A | BC | 17 | 12 | 0 | 1A | E3 | 18 | 41 |
| Octal | 221 | 232 | 274 | 27 | 22 | 0 | 32 | 343 | 30 | 101 |
| Binary | 10010001 | 10011010 | 10111100 | 10111 | 10010 | 0 | 11010 | 11100011 | 11000 | 1000001 |
Color Harmonies of #919ABC
Complementary color
Monochromatic Colors of #919ABC
Black with #919ABC
Text Example
Text Example
White with #919ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ABC; }
p { color: rgb(145,154,188); }
H1.HeaderClassName
{
color: #919ABC;
}
.AnyTagClassName
{
color: #919ABC;
}
</style>
background-color css
<style>
a { background-color: #919ABC; }
a { background-color: rgb(145,154,188); }
div.DivClassName
{
background-color: #919ABC;
}
.BgClassName
{
background-color: #919ABC;
}
</style>
border-color css
<style>
span { border-color: #919ABC; }
span { border-color: rgb(145,154,188); }
td.TdClassName
{
border-color: #919ABC;
}
.TagClassName
{
border-color: #919ABC;
}
</style>