Shades of Rock Blue #7F9BBD
Tints of Rock Blue #7F9BBD
RGB
CMYK
RGB Variations
Color information
#7F9BBD (or 0x7F9BBD) is known color: Rock Blue. HEX triplet: 7F, 9B and BD. RGB value is (127,155,189). Sum of RGB (Red+Green+Blue) = 127+155+189=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F9BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9BBD is #806442. Grayscale: #969696. Windows color (decimal): -8414275 or 12426111. OLE color: 12426111.
HSL color Cylindrical-coordinate representation of color #7F9BBD: hue angle of 212.9º 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 #7F9BBD is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 155 | 189 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.26 |
| HSL | 212.9º | 0.32% | 0.62% | - |
| HSV(B) | 212.9º | 0.33% | 0.74% | - |
| XYZ | 29.66 | 31.63 | 52.69 | - |
| YUV | 150.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 189 | 0.33 | 0.18 | 0 | 0.26 | 212.9 | 0.32 | 0.62 |
| Hex | 7F | 9B | BD | 21 | 12 | 0 | 1A | D5 | 20 | 3E |
| Octal | 177 | 233 | 275 | 41 | 22 | 0 | 32 | 325 | 40 | 76 |
| Binary | 1111111 | 10011011 | 10111101 | 100001 | 10010 | 0 | 11010 | 11010101 | 100000 | 111110 |
Color Harmonies of #7F9BBD
Complementary color
Monochromatic Colors of #7F9BBD
Black with #7F9BBD
Text Example
Text Example
White with #7F9BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9BBD; }
p { color: rgb(127,155,189); }
H1.HeaderClassName
{
color: #7F9BBD;
}
.AnyTagClassName
{
color: #7F9BBD;
}
</style>
background-color css
<style>
a { background-color: #7F9BBD; }
a { background-color: rgb(127,155,189); }
div.DivClassName
{
background-color: #7F9BBD;
}
.BgClassName
{
background-color: #7F9BBD;
}
</style>
border-color css
<style>
span { border-color: #7F9BBD; }
span { border-color: rgb(127,155,189); }
td.TdClassName
{
border-color: #7F9BBD;
}
.TagClassName
{
border-color: #7F9BBD;
}
</style>