Shades of Portage #727FDD
Tints of Portage #727FDD
RGB
CMYK
RGB Variations
Color information
#727FDD (or 0x727FDD) is known color: Portage. HEX triplet: 72, 7F and DD. RGB value is (114,127,221). Sum of RGB (Red+Green+Blue) = 114+127+221=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #727FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FDD is #8D8022. Grayscale: #858585. Windows color (decimal): -9273379 or 14516082. OLE color: 14516082.
HSL color Cylindrical-coordinate representation of color #727FDD: hue angle of 232.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #727FDD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 127 | 221 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.13 |
| HSL | 232.71º | 0.61% | 0.66% | - |
| HSV(B) | 232.71º | 0.48% | 0.87% | - |
| XYZ | 27.58 | 23.98 | 71.58 | - |
| YUV | 133.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 221 | 0.48 | 0.43 | 0 | 0.13 | 232.71 | 0.61 | 0.66 |
| Hex | 72 | 7F | DD | 30 | 2B | 0 | D | E9 | 3D | 42 |
| Octal | 162 | 177 | 335 | 60 | 53 | 0 | 15 | 351 | 75 | 102 |
| Binary | 1110010 | 1111111 | 11011101 | 110000 | 101011 | 0 | 1101 | 11101001 | 111101 | 1000010 |
Color Harmonies of #727FDD
Complementary color
Monochromatic Colors of #727FDD
Black with #727FDD
Text Example
Text Example
White with #727FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FDD; }
p { color: rgb(114,127,221); }
H1.HeaderClassName
{
color: #727FDD;
}
.AnyTagClassName
{
color: #727FDD;
}
</style>
background-color css
<style>
a { background-color: #727FDD; }
a { background-color: rgb(114,127,221); }
div.DivClassName
{
background-color: #727FDD;
}
.BgClassName
{
background-color: #727FDD;
}
</style>
border-color css
<style>
span { border-color: #727FDD; }
span { border-color: rgb(114,127,221); }
td.TdClassName
{
border-color: #727FDD;
}
.TagClassName
{
border-color: #727FDD;
}
</style>