Shades of Rock Blue #7F99BD
Tints of Rock Blue #7F99BD
RGB
CMYK
RGB Variations
Color information
#7F99BD (or 0x7F99BD) is known color: Rock Blue. HEX triplet: 7F, 99 and BD. RGB value is (127,153,189). Sum of RGB (Red+Green+Blue) = 127+153+189=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F99BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F99BD is #806642. Grayscale: #959595. Windows color (decimal): -8414787 or 12425599. OLE color: 12425599.
HSL color Cylindrical-coordinate representation of color #7F99BD: hue angle of 214.84º 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 #7F99BD is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 153 | 189 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.26 |
| HSL | 214.84º | 0.32% | 0.62% | - |
| HSV(B) | 214.84º | 0.33% | 0.74% | - |
| XYZ | 29.33 | 30.97 | 52.58 | - |
| YUV | 149.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 189 | 0.33 | 0.19 | 0 | 0.26 | 214.84 | 0.32 | 0.62 |
| Hex | 7F | 99 | BD | 21 | 13 | 0 | 1A | D7 | 20 | 3E |
| Octal | 177 | 231 | 275 | 41 | 23 | 0 | 32 | 327 | 40 | 76 |
| Binary | 1111111 | 10011001 | 10111101 | 100001 | 10011 | 0 | 11010 | 11010111 | 100000 | 111110 |
Color Harmonies of #7F99BD
Complementary color
Monochromatic Colors of #7F99BD
Black with #7F99BD
Text Example
Text Example
White with #7F99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F99BD; }
p { color: rgb(127,153,189); }
H1.HeaderClassName
{
color: #7F99BD;
}
.AnyTagClassName
{
color: #7F99BD;
}
</style>
background-color css
<style>
a { background-color: #7F99BD; }
a { background-color: rgb(127,153,189); }
div.DivClassName
{
background-color: #7F99BD;
}
.BgClassName
{
background-color: #7F99BD;
}
</style>
border-color css
<style>
span { border-color: #7F99BD; }
span { border-color: rgb(127,153,189); }
td.TdClassName
{
border-color: #7F99BD;
}
.TagClassName
{
border-color: #7F99BD;
}
</style>