Shades of Rock Blue #7F9CBC
Tints of Rock Blue #7F9CBC
RGB
CMYK
RGB Variations
Color information
#7F9CBC (or 0x7F9CBC) is known color: Rock Blue. HEX triplet: 7F, 9C and BC. RGB value is (127,156,188). Sum of RGB (Red+Green+Blue) = 127+156+188=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F9CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CBC is #806343. Grayscale: #969696. Windows color (decimal): -8414020 or 12360831. OLE color: 12360831.
HSL color Cylindrical-coordinate representation of color #7F9CBC: hue angle of 211.48º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F9CBC is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 156 | 188 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.26 |
| HSL | 211.48º | 0.31% | 0.62% | - |
| HSV(B) | 211.48º | 0.32% | 0.74% | - |
| XYZ | 29.72 | 31.92 | 52.17 | - |
| YUV | 150.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 188 | 0.32 | 0.17 | 0 | 0.26 | 211.48 | 0.31 | 0.62 |
| Hex | 7F | 9C | BC | 20 | 11 | 0 | 1A | D3 | 1F | 3E |
| Octal | 177 | 234 | 274 | 40 | 21 | 0 | 32 | 323 | 37 | 76 |
| Binary | 1111111 | 10011100 | 10111100 | 100000 | 10001 | 0 | 11010 | 11010011 | 11111 | 111110 |
Color Harmonies of #7F9CBC
Complementary color
Monochromatic Colors of #7F9CBC
Black with #7F9CBC
Text Example
Text Example
White with #7F9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CBC; }
p { color: rgb(127,156,188); }
H1.HeaderClassName
{
color: #7F9CBC;
}
.AnyTagClassName
{
color: #7F9CBC;
}
</style>
background-color css
<style>
a { background-color: #7F9CBC; }
a { background-color: rgb(127,156,188); }
div.DivClassName
{
background-color: #7F9CBC;
}
.BgClassName
{
background-color: #7F9CBC;
}
</style>
border-color css
<style>
span { border-color: #7F9CBC; }
span { border-color: rgb(127,156,188); }
td.TdClassName
{
border-color: #7F9CBC;
}
.TagClassName
{
border-color: #7F9CBC;
}
</style>