Shades of Rock Blue #919EBC
Tints of Rock Blue #919EBC
RGB
CMYK
RGB Variations
Color information
#919EBC (or 0x919EBC) is known color: Rock Blue. HEX triplet: 91, 9E and BC. RGB value is (145,158,188). Sum of RGB (Red+Green+Blue) = 145+158+188=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #919EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EBC is #6E6143. Grayscale: #9D9D9D. Windows color (decimal): -7233860 or 12361361. OLE color: 12361361.
HSL color Cylindrical-coordinate representation of color #919EBC: hue angle of 221.86º 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 #919EBC is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 158 | 188 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.26 |
| HSL | 221.86º | 0.24% | 0.65% | - |
| HSV(B) | 221.86º | 0.23% | 0.74% | - |
| XYZ | 32.98 | 34.1 | 52.42 | - |
| YUV | 157.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 188 | 0.23 | 0.16 | 0 | 0.26 | 221.86 | 0.24 | 0.65 |
| Hex | 91 | 9E | BC | 17 | 10 | 0 | 1A | DE | 18 | 41 |
| Octal | 221 | 236 | 274 | 27 | 20 | 0 | 32 | 336 | 30 | 101 |
| Binary | 10010001 | 10011110 | 10111100 | 10111 | 10000 | 0 | 11010 | 11011110 | 11000 | 1000001 |
Color Harmonies of #919EBC
Complementary color
Monochromatic Colors of #919EBC
Black with #919EBC
Text Example
Text Example
White with #919EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EBC; }
p { color: rgb(145,158,188); }
H1.HeaderClassName
{
color: #919EBC;
}
.AnyTagClassName
{
color: #919EBC;
}
</style>
background-color css
<style>
a { background-color: #919EBC; }
a { background-color: rgb(145,158,188); }
div.DivClassName
{
background-color: #919EBC;
}
.BgClassName
{
background-color: #919EBC;
}
</style>
border-color css
<style>
span { border-color: #919EBC; }
span { border-color: rgb(145,158,188); }
td.TdClassName
{
border-color: #919EBC;
}
.TagClassName
{
border-color: #919EBC;
}
</style>