Shades of Portage #7F92DC
Tints of Portage #7F92DC
RGB
CMYK
RGB Variations
Color information
#7F92DC (or 0x7F92DC) is known color: Portage. HEX triplet: 7F, 92 and DC. RGB value is (127,146,220). Sum of RGB (Red+Green+Blue) = 127+146+220=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F92DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F92DC is #806D23. Grayscale: #949494. Windows color (decimal): -8416548 or 14455423. OLE color: 14455423.
HSL color Cylindrical-coordinate representation of color #7F92DC: hue angle of 227.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F92DC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 146 | 220 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.14 |
| HSL | 227.74º | 0.57% | 0.68% | - |
| HSV(B) | 227.74º | 0.42% | 0.86% | - |
| XYZ | 31.95 | 30.24 | 71.86 | - |
| YUV | 148.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 220 | 0.42 | 0.34 | 0 | 0.14 | 227.74 | 0.57 | 0.68 |
| Hex | 7F | 92 | DC | 2A | 22 | 0 | E | E4 | 39 | 44 |
| Octal | 177 | 222 | 334 | 52 | 42 | 0 | 16 | 344 | 71 | 104 |
| Binary | 1111111 | 10010010 | 11011100 | 101010 | 100010 | 0 | 1110 | 11100100 | 111001 | 1000100 |
Color Harmonies of #7F92DC
Complementary color
Monochromatic Colors of #7F92DC
Black with #7F92DC
Text Example
Text Example
White with #7F92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F92DC; }
p { color: rgb(127,146,220); }
H1.HeaderClassName
{
color: #7F92DC;
}
.AnyTagClassName
{
color: #7F92DC;
}
</style>
background-color css
<style>
a { background-color: #7F92DC; }
a { background-color: rgb(127,146,220); }
div.DivClassName
{
background-color: #7F92DC;
}
.BgClassName
{
background-color: #7F92DC;
}
</style>
border-color css
<style>
span { border-color: #7F92DC; }
span { border-color: rgb(127,146,220); }
td.TdClassName
{
border-color: #7F92DC;
}
.TagClassName
{
border-color: #7F92DC;
}
</style>