Shades of Rock Blue #7F9ABA
Tints of Rock Blue #7F9ABA
RGB
CMYK
RGB Variations
Color information
#7F9ABA (or 0x7F9ABA) is known color: Rock Blue. HEX triplet: 7F, 9A and BA. RGB value is (127,154,186). Sum of RGB (Red+Green+Blue) = 127+154+186=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F9ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ABA is #806545. Grayscale: #959595. Windows color (decimal): -8414534 or 12229247. OLE color: 12229247.
HSL color Cylindrical-coordinate representation of color #7F9ABA: hue angle of 212.54º 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 #7F9ABA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 154 | 186 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.27 |
| HSL | 212.54º | 0.3% | 0.61% | - |
| HSV(B) | 212.54º | 0.32% | 0.73% | - |
| XYZ | 29.17 | 31.17 | 50.93 | - |
| YUV | 149.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 154 | 186 | 0.32 | 0.17 | 0 | 0.27 | 212.54 | 0.3 | 0.61 |
| Hex | 7F | 9A | BA | 20 | 11 | 0 | 1B | D5 | 1E | 3D |
| Octal | 177 | 232 | 272 | 40 | 21 | 0 | 33 | 325 | 36 | 75 |
| Binary | 1111111 | 10011010 | 10111010 | 100000 | 10001 | 0 | 11011 | 11010101 | 11110 | 111101 |
Color Harmonies of #7F9ABA
Complementary color
Monochromatic Colors of #7F9ABA
Black with #7F9ABA
Text Example
Text Example
White with #7F9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9ABA; }
p { color: rgb(127,154,186); }
H1.HeaderClassName
{
color: #7F9ABA;
}
.AnyTagClassName
{
color: #7F9ABA;
}
</style>
background-color css
<style>
a { background-color: #7F9ABA; }
a { background-color: rgb(127,154,186); }
div.DivClassName
{
background-color: #7F9ABA;
}
.BgClassName
{
background-color: #7F9ABA;
}
</style>
border-color css
<style>
span { border-color: #7F9ABA; }
span { border-color: rgb(127,154,186); }
td.TdClassName
{
border-color: #7F9ABA;
}
.TagClassName
{
border-color: #7F9ABA;
}
</style>