Shades of Rock Blue #7F99BA
Tints of Rock Blue #7F99BA
RGB
CMYK
RGB Variations
Color information
#7F99BA (or 0x7F99BA) is known color: Rock Blue. HEX triplet: 7F, 99 and BA. RGB value is (127,153,186). Sum of RGB (Red+Green+Blue) = 127+153+186=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 153 (60.16% from 255 or 32.83% 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 #7F99BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F99BA is #806645. Grayscale: #949494. Windows color (decimal): -8414790 or 12228991. OLE color: 12228991.
HSL color Cylindrical-coordinate representation of color #7F99BA: hue angle of 213.56º 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 #7F99BA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 153 | 186 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.27 |
| HSL | 213.56º | 0.3% | 0.61% | - |
| HSV(B) | 213.56º | 0.32% | 0.73% | - |
| XYZ | 29.01 | 30.84 | 50.88 | - |
| YUV | 148.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 186 | 0.32 | 0.18 | 0 | 0.27 | 213.56 | 0.3 | 0.61 |
| Hex | 7F | 99 | BA | 20 | 12 | 0 | 1B | D6 | 1E | 3D |
| Octal | 177 | 231 | 272 | 40 | 22 | 0 | 33 | 326 | 36 | 75 |
| Binary | 1111111 | 10011001 | 10111010 | 100000 | 10010 | 0 | 11011 | 11010110 | 11110 | 111101 |
Color Harmonies of #7F99BA
Complementary color
Monochromatic Colors of #7F99BA
Black with #7F99BA
Text Example
Text Example
White with #7F99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F99BA; }
p { color: rgb(127,153,186); }
H1.HeaderClassName
{
color: #7F99BA;
}
.AnyTagClassName
{
color: #7F99BA;
}
</style>
background-color css
<style>
a { background-color: #7F99BA; }
a { background-color: rgb(127,153,186); }
div.DivClassName
{
background-color: #7F99BA;
}
.BgClassName
{
background-color: #7F99BA;
}
</style>
border-color css
<style>
span { border-color: #7F99BA; }
span { border-color: rgb(127,153,186); }
td.TdClassName
{
border-color: #7F99BA;
}
.TagClassName
{
border-color: #7F99BA;
}
</style>