Shades of Portage #7F92CC
Tints of Portage #7F92CC
RGB
CMYK
RGB Variations
Color information
#7F92CC (or 0x7F92CC) is known color: Portage. HEX triplet: 7F, 92 and CC. RGB value is (127,146,204). Sum of RGB (Red+Green+Blue) = 127+146+204=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F92CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F92CC is #806D33. Grayscale: #929292. Windows color (decimal): -8416564 or 13406847. OLE color: 13406847.
HSL color Cylindrical-coordinate representation of color #7F92CC: hue angle of 225.19º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F92CC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 146 | 204 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.2 |
| HSL | 225.19º | 0.43% | 0.65% | - |
| HSV(B) | 225.19º | 0.38% | 0.8% | - |
| XYZ | 29.93 | 29.43 | 61.23 | - |
| YUV | 146.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 204 | 0.38 | 0.28 | 0 | 0.2 | 225.19 | 0.43 | 0.65 |
| Hex | 7F | 92 | CC | 26 | 1C | 0 | 14 | E1 | 2B | 41 |
| Octal | 177 | 222 | 314 | 46 | 34 | 0 | 24 | 341 | 53 | 101 |
| Binary | 1111111 | 10010010 | 11001100 | 100110 | 11100 | 0 | 10100 | 11100001 | 101011 | 1000001 |
Color Harmonies of #7F92CC
Complementary color
Monochromatic Colors of #7F92CC
Black with #7F92CC
Text Example
Text Example
White with #7F92CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F92CC; }
p { color: rgb(127,146,204); }
H1.HeaderClassName
{
color: #7F92CC;
}
.AnyTagClassName
{
color: #7F92CC;
}
</style>
background-color css
<style>
a { background-color: #7F92CC; }
a { background-color: rgb(127,146,204); }
div.DivClassName
{
background-color: #7F92CC;
}
.BgClassName
{
background-color: #7F92CC;
}
</style>
border-color css
<style>
span { border-color: #7F92CC; }
span { border-color: rgb(127,146,204); }
td.TdClassName
{
border-color: #7F92CC;
}
.TagClassName
{
border-color: #7F92CC;
}
</style>