Shades of Rock Blue #7F99BB
Tints of Rock Blue #7F99BB
RGB
CMYK
RGB Variations
Color information
#7F99BB (or 0x7F99BB) is known color: Rock Blue. HEX triplet: 7F, 99 and BB. RGB value is (127,153,187). Sum of RGB (Red+Green+Blue) = 127+153+187=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F99BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F99BB is #806644. Grayscale: #949494. Windows color (decimal): -8414789 or 12294527. OLE color: 12294527.
HSL color Cylindrical-coordinate representation of color #7F99BB: hue angle of 214º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F99BB is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 153 | 187 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.27 |
| HSL | 214º | 0.31% | 0.62% | - |
| HSV(B) | 214º | 0.32% | 0.73% | - |
| XYZ | 29.11 | 30.88 | 51.44 | - |
| YUV | 149.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 187 | 0.32 | 0.18 | 0 | 0.27 | 214 | 0.31 | 0.62 |
| Hex | 7F | 99 | BB | 20 | 12 | 0 | 1B | D6 | 1F | 3E |
| Octal | 177 | 231 | 273 | 40 | 22 | 0 | 33 | 326 | 37 | 76 |
| Binary | 1111111 | 10011001 | 10111011 | 100000 | 10010 | 0 | 11011 | 11010110 | 11111 | 111110 |
Color Harmonies of #7F99BB
Complementary color
Monochromatic Colors of #7F99BB
Black with #7F99BB
Text Example
Text Example
White with #7F99BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F99BB; }
p { color: rgb(127,153,187); }
H1.HeaderClassName
{
color: #7F99BB;
}
.AnyTagClassName
{
color: #7F99BB;
}
</style>
background-color css
<style>
a { background-color: #7F99BB; }
a { background-color: rgb(127,153,187); }
div.DivClassName
{
background-color: #7F99BB;
}
.BgClassName
{
background-color: #7F99BB;
}
</style>
border-color css
<style>
span { border-color: #7F99BB; }
span { border-color: rgb(127,153,187); }
td.TdClassName
{
border-color: #7F99BB;
}
.TagClassName
{
border-color: #7F99BB;
}
</style>