Shades of Rock Blue #7E99BD
Tints of Rock Blue #7E99BD
RGB
CMYK
RGB Variations
Color information
#7E99BD (or 0x7E99BD) is known color: Rock Blue. HEX triplet: 7E, 99 and BD. RGB value is (126,153,189). Sum of RGB (Red+Green+Blue) = 126+153+189=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E99BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E99BD is #816642. Grayscale: #949494. Windows color (decimal): -8480323 or 12425598. OLE color: 12425598.
HSL color Cylindrical-coordinate representation of color #7E99BD: hue angle of 214.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E99BD is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 153 | 189 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.26 |
| HSL | 214.29º | 0.32% | 0.62% | - |
| HSV(B) | 214.29º | 0.33% | 0.74% | - |
| XYZ | 29.18 | 30.89 | 52.57 | - |
| YUV | 149.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 189 | 0.33 | 0.19 | 0 | 0.26 | 214.29 | 0.32 | 0.62 |
| Hex | 7E | 99 | BD | 21 | 13 | 0 | 1A | D6 | 20 | 3E |
| Octal | 176 | 231 | 275 | 41 | 23 | 0 | 32 | 326 | 40 | 76 |
| Binary | 1111110 | 10011001 | 10111101 | 100001 | 10011 | 0 | 11010 | 11010110 | 100000 | 111110 |
Color Harmonies of #7E99BD
Complementary color
Monochromatic Colors of #7E99BD
Black with #7E99BD
Text Example
Text Example
White with #7E99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E99BD; }
p { color: rgb(126,153,189); }
H1.HeaderClassName
{
color: #7E99BD;
}
.AnyTagClassName
{
color: #7E99BD;
}
</style>
background-color css
<style>
a { background-color: #7E99BD; }
a { background-color: rgb(126,153,189); }
div.DivClassName
{
background-color: #7E99BD;
}
.BgClassName
{
background-color: #7E99BD;
}
</style>
border-color css
<style>
span { border-color: #7E99BD; }
span { border-color: rgb(126,153,189); }
td.TdClassName
{
border-color: #7E99BD;
}
.TagClassName
{
border-color: #7E99BD;
}
</style>