Shades of Portage #919FCC
Tints of Portage #919FCC
RGB
CMYK
RGB Variations
Color information
#919FCC (or 0x919FCC) is known color: Portage. HEX triplet: 91, 9F and CC. RGB value is (145,159,204). Sum of RGB (Red+Green+Blue) = 145+159+204=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #919FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FCC is #6E6033. Grayscale: #9F9F9F. Windows color (decimal): -7233588 or 13410193. OLE color: 13410193.
HSL color Cylindrical-coordinate representation of color #919FCC: hue angle of 225.76º 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 #919FCC is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 159 | 204 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.2 |
| HSL | 225.76º | 0.37% | 0.68% | - |
| HSV(B) | 225.76º | 0.29% | 0.8% | - |
| XYZ | 34.97 | 35.18 | 62.07 | - |
| YUV | 159.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 204 | 0.29 | 0.22 | 0 | 0.2 | 225.76 | 0.37 | 0.68 |
| Hex | 91 | 9F | CC | 1D | 16 | 0 | 14 | E2 | 25 | 44 |
| Octal | 221 | 237 | 314 | 35 | 26 | 0 | 24 | 342 | 45 | 104 |
| Binary | 10010001 | 10011111 | 11001100 | 11101 | 10110 | 0 | 10100 | 11100010 | 100101 | 1000100 |
Color Harmonies of #919FCC
Complementary color
Monochromatic Colors of #919FCC
Black with #919FCC
Text Example
Text Example
White with #919FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FCC; }
p { color: rgb(145,159,204); }
H1.HeaderClassName
{
color: #919FCC;
}
.AnyTagClassName
{
color: #919FCC;
}
</style>
background-color css
<style>
a { background-color: #919FCC; }
a { background-color: rgb(145,159,204); }
div.DivClassName
{
background-color: #919FCC;
}
.BgClassName
{
background-color: #919FCC;
}
</style>
border-color css
<style>
span { border-color: #919FCC; }
span { border-color: rgb(145,159,204); }
td.TdClassName
{
border-color: #919FCC;
}
.TagClassName
{
border-color: #919FCC;
}
</style>