Shades of Rock Blue #7E9ABA
Tints of Rock Blue #7E9ABA
RGB
CMYK
RGB Variations
Color information
#7E9ABA (or 0x7E9ABA) is known color: Rock Blue. HEX triplet: 7E, 9A and BA. RGB value is (126,154,186). Sum of RGB (Red+Green+Blue) = 126+154+186=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E9ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9ABA is #816545. Grayscale: #959595. Windows color (decimal): -8480070 or 12229246. OLE color: 12229246.
HSL color Cylindrical-coordinate representation of color #7E9ABA: hue angle of 212º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E9ABA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 154 | 186 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.27 |
| HSL | 212º | 0.3% | 0.61% | - |
| HSV(B) | 212º | 0.32% | 0.73% | - |
| XYZ | 29.02 | 31.09 | 50.93 | - |
| YUV | 149.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 154 | 186 | 0.32 | 0.17 | 0 | 0.27 | 212 | 0.3 | 0.61 |
| Hex | 7E | 9A | BA | 20 | 11 | 0 | 1B | D4 | 1E | 3D |
| Octal | 176 | 232 | 272 | 40 | 21 | 0 | 33 | 324 | 36 | 75 |
| Binary | 1111110 | 10011010 | 10111010 | 100000 | 10001 | 0 | 11011 | 11010100 | 11110 | 111101 |
Color Harmonies of #7E9ABA
Complementary color
Monochromatic Colors of #7E9ABA
Black with #7E9ABA
Text Example
Text Example
White with #7E9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9ABA; }
p { color: rgb(126,154,186); }
H1.HeaderClassName
{
color: #7E9ABA;
}
.AnyTagClassName
{
color: #7E9ABA;
}
</style>
background-color css
<style>
a { background-color: #7E9ABA; }
a { background-color: rgb(126,154,186); }
div.DivClassName
{
background-color: #7E9ABA;
}
.BgClassName
{
background-color: #7E9ABA;
}
</style>
border-color css
<style>
span { border-color: #7E9ABA; }
span { border-color: rgb(126,154,186); }
td.TdClassName
{
border-color: #7E9ABA;
}
.TagClassName
{
border-color: #7E9ABA;
}
</style>