Shades of Rock Blue #919EC2
Tints of Rock Blue #919EC2
RGB
CMYK
RGB Variations
Color information
#919EC2 (or 0x919EC2) is known color: Rock Blue. HEX triplet: 91, 9E and C2. RGB value is (145,158,194). Sum of RGB (Red+Green+Blue) = 145+158+194=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #919EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EC2 is #6E613D. Grayscale: #9E9E9E. Windows color (decimal): -7233854 or 12754577. OLE color: 12754577.
HSL color Cylindrical-coordinate representation of color #919EC2: hue angle of 224.08º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #919EC2 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 158 | 194 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.24 |
| HSL | 224.08º | 0.29% | 0.66% | - |
| HSV(B) | 224.08º | 0.25% | 0.76% | - |
| XYZ | 33.64 | 34.37 | 55.9 | - |
| YUV | 158.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 194 | 0.25 | 0.19 | 0 | 0.24 | 224.08 | 0.29 | 0.66 |
| Hex | 91 | 9E | C2 | 19 | 13 | 0 | 18 | E0 | 1D | 42 |
| Octal | 221 | 236 | 302 | 31 | 23 | 0 | 30 | 340 | 35 | 102 |
| Binary | 10010001 | 10011110 | 11000010 | 11001 | 10011 | 0 | 11000 | 11100000 | 11101 | 1000010 |
Color Harmonies of #919EC2
Complementary color
Monochromatic Colors of #919EC2
Black with #919EC2
Text Example
Text Example
White with #919EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EC2; }
p { color: rgb(145,158,194); }
H1.HeaderClassName
{
color: #919EC2;
}
.AnyTagClassName
{
color: #919EC2;
}
</style>
background-color css
<style>
a { background-color: #919EC2; }
a { background-color: rgb(145,158,194); }
div.DivClassName
{
background-color: #919EC2;
}
.BgClassName
{
background-color: #919EC2;
}
</style>
border-color css
<style>
span { border-color: #919EC2; }
span { border-color: rgb(145,158,194); }
td.TdClassName
{
border-color: #919EC2;
}
.TagClassName
{
border-color: #919EC2;
}
</style>