Shades of Portage #7F9CED
Tints of Portage #7F9CED
RGB
CMYK
RGB Variations
Color information
#7F9CED (or 0x7F9CED) is known color: Portage. HEX triplet: 7F, 9C and ED. RGB value is (127,156,237). Sum of RGB (Red+Green+Blue) = 127+156+237=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F9CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9CED is #806312. Grayscale: #9C9C9C. Windows color (decimal): -8413971 or 15572095. OLE color: 15572095.
HSL color Cylindrical-coordinate representation of color #7F9CED: hue angle of 224.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9CED is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 156 | 237 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.07 |
| HSL | 224.18º | 0.75% | 0.71% | - |
| HSV(B) | 224.18º | 0.46% | 0.93% | - |
| XYZ | 35.93 | 34.4 | 84.87 | - |
| YUV | 156.56 | 173.39 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 237 | 0.46 | 0.34 | 0 | 0.07 | 224.18 | 0.75 | 0.71 |
| Hex | 7F | 9C | ED | 2E | 22 | 0 | 7 | E0 | 4B | 47 |
| Octal | 177 | 234 | 355 | 56 | 42 | 0 | 7 | 340 | 113 | 107 |
| Binary | 1111111 | 10011100 | 11101101 | 101110 | 100010 | 0 | 111 | 11100000 | 1001011 | 1000111 |
Color Harmonies of #7F9CED
Complementary color
Monochromatic Colors of #7F9CED
Black with #7F9CED
Text Example
Text Example
White with #7F9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CED; }
p { color: rgb(127,156,237); }
H1.HeaderClassName
{
color: #7F9CED;
}
.AnyTagClassName
{
color: #7F9CED;
}
</style>
background-color css
<style>
a { background-color: #7F9CED; }
a { background-color: rgb(127,156,237); }
div.DivClassName
{
background-color: #7F9CED;
}
.BgClassName
{
background-color: #7F9CED;
}
</style>
border-color css
<style>
span { border-color: #7F9CED; }
span { border-color: rgb(127,156,237); }
td.TdClassName
{
border-color: #7F9CED;
}
.TagClassName
{
border-color: #7F9CED;
}
</style>