Shades of Portage #919ECC
Tints of Portage #919ECC
RGB
CMYK
RGB Variations
Color information
#919ECC (or 0x919ECC) is known color: Portage. HEX triplet: 91, 9E and CC. RGB value is (145,158,204). Sum of RGB (Red+Green+Blue) = 145+158+204=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #919ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ECC is #6E6133. Grayscale: #9F9F9F. Windows color (decimal): -7233844 or 13409937. OLE color: 13409937.
HSL color Cylindrical-coordinate representation of color #919ECC: hue angle of 226.78º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919ECC is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 158 | 204 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.2 |
| HSL | 226.78º | 0.37% | 0.68% | - |
| HSV(B) | 226.78º | 0.29% | 0.8% | - |
| XYZ | 34.8 | 34.83 | 62.02 | - |
| YUV | 159.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 204 | 0.29 | 0.23 | 0 | 0.2 | 226.78 | 0.37 | 0.68 |
| Hex | 91 | 9E | CC | 1D | 17 | 0 | 14 | E3 | 25 | 44 |
| Octal | 221 | 236 | 314 | 35 | 27 | 0 | 24 | 343 | 45 | 104 |
| Binary | 10010001 | 10011110 | 11001100 | 11101 | 10111 | 0 | 10100 | 11100011 | 100101 | 1000100 |
Color Harmonies of #919ECC
Complementary color
Monochromatic Colors of #919ECC
Black with #919ECC
Text Example
Text Example
White with #919ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ECC; }
p { color: rgb(145,158,204); }
H1.HeaderClassName
{
color: #919ECC;
}
.AnyTagClassName
{
color: #919ECC;
}
</style>
background-color css
<style>
a { background-color: #919ECC; }
a { background-color: rgb(145,158,204); }
div.DivClassName
{
background-color: #919ECC;
}
.BgClassName
{
background-color: #919ECC;
}
</style>
border-color css
<style>
span { border-color: #919ECC; }
span { border-color: rgb(145,158,204); }
td.TdClassName
{
border-color: #919ECC;
}
.TagClassName
{
border-color: #919ECC;
}
</style>