Shades of Portage #7F9DDF
Tints of Portage #7F9DDF
RGB
CMYK
RGB Variations
Color information
#7F9DDF (or 0x7F9DDF) is known color: Portage. HEX triplet: 7F, 9D and DF. RGB value is (127,157,223). Sum of RGB (Red+Green+Blue) = 127+157+223=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F9DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9DDF is #806220. Grayscale: #9B9B9B. Windows color (decimal): -8413729 or 14654847. OLE color: 14654847.
HSL color Cylindrical-coordinate representation of color #7F9DDF: hue angle of 221.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F9DDF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 157 | 223 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.13 |
| HSL | 221.25º | 0.6% | 0.69% | - |
| HSV(B) | 221.25º | 0.43% | 0.87% | - |
| XYZ | 34.13 | 33.95 | 74.57 | - |
| YUV | 155.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 157 | 223 | 0.43 | 0.30 | 0 | 0.13 | 221.25 | 0.6 | 0.69 |
| Hex | 7F | 9D | DF | 2B | 1E | 0 | D | DD | 3C | 45 |
| Octal | 177 | 235 | 337 | 53 | 36 | 0 | 15 | 335 | 74 | 105 |
| Binary | 1111111 | 10011101 | 11011111 | 101011 | 11110 | 0 | 1101 | 11011101 | 111100 | 1000101 |
Color Harmonies of #7F9DDF
Complementary color
Monochromatic Colors of #7F9DDF
Black with #7F9DDF
Text Example
Text Example
White with #7F9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9DDF; }
p { color: rgb(127,157,223); }
H1.HeaderClassName
{
color: #7F9DDF;
}
.AnyTagClassName
{
color: #7F9DDF;
}
</style>
background-color css
<style>
a { background-color: #7F9DDF; }
a { background-color: rgb(127,157,223); }
div.DivClassName
{
background-color: #7F9DDF;
}
.BgClassName
{
background-color: #7F9DDF;
}
</style>
border-color css
<style>
span { border-color: #7F9DDF; }
span { border-color: rgb(127,157,223); }
td.TdClassName
{
border-color: #7F9DDF;
}
.TagClassName
{
border-color: #7F9DDF;
}
</style>