Shades of Portage #919DCA
Tints of Portage #919DCA
RGB
CMYK
RGB Variations
Color information
#919DCA (or 0x919DCA) is known color: Portage. HEX triplet: 91, 9D and CA. RGB value is (145,157,202). Sum of RGB (Red+Green+Blue) = 145+157+202=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #919DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DCA is #6E6235. Grayscale: #9E9E9E. Windows color (decimal): -7234102 or 13278609. OLE color: 13278609.
HSL color Cylindrical-coordinate representation of color #919DCA: hue angle of 227.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919DCA is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 157 | 202 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.21 |
| HSL | 227.37º | 0.35% | 0.68% | - |
| HSV(B) | 227.37º | 0.28% | 0.79% | - |
| XYZ | 34.39 | 34.4 | 60.7 | - |
| YUV | 158.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 202 | 0.28 | 0.22 | 0 | 0.21 | 227.37 | 0.35 | 0.68 |
| Hex | 91 | 9D | CA | 1C | 16 | 0 | 15 | E3 | 23 | 44 |
| Octal | 221 | 235 | 312 | 34 | 26 | 0 | 25 | 343 | 43 | 104 |
| Binary | 10010001 | 10011101 | 11001010 | 11100 | 10110 | 0 | 10101 | 11100011 | 100011 | 1000100 |
Color Harmonies of #919DCA
Complementary color
Monochromatic Colors of #919DCA
Black with #919DCA
Text Example
Text Example
White with #919DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DCA; }
p { color: rgb(145,157,202); }
H1.HeaderClassName
{
color: #919DCA;
}
.AnyTagClassName
{
color: #919DCA;
}
</style>
background-color css
<style>
a { background-color: #919DCA; }
a { background-color: rgb(145,157,202); }
div.DivClassName
{
background-color: #919DCA;
}
.BgClassName
{
background-color: #919DCA;
}
</style>
border-color css
<style>
span { border-color: #919DCA; }
span { border-color: rgb(145,157,202); }
td.TdClassName
{
border-color: #919DCA;
}
.TagClassName
{
border-color: #919DCA;
}
</style>