Shades of Portage #919CCA
Tints of Portage #919CCA
RGB
CMYK
RGB Variations
Color information
#919CCA (or 0x919CCA) is known color: Portage. HEX triplet: 91, 9C and CA. RGB value is (145,156,202). Sum of RGB (Red+Green+Blue) = 145+156+202=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #919CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CCA is #6E6335. Grayscale: #9D9D9D. Windows color (decimal): -7234358 or 13278353. OLE color: 13278353.
HSL color Cylindrical-coordinate representation of color #919CCA: hue angle of 228.42º 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 #919CCA is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 156 | 202 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.21 |
| HSL | 228.42º | 0.35% | 0.68% | - |
| HSV(B) | 228.42º | 0.28% | 0.79% | - |
| XYZ | 34.23 | 34.06 | 60.65 | - |
| YUV | 157.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 202 | 0.28 | 0.23 | 0 | 0.21 | 228.42 | 0.35 | 0.68 |
| Hex | 91 | 9C | CA | 1C | 17 | 0 | 15 | E4 | 23 | 44 |
| Octal | 221 | 234 | 312 | 34 | 27 | 0 | 25 | 344 | 43 | 104 |
| Binary | 10010001 | 10011100 | 11001010 | 11100 | 10111 | 0 | 10101 | 11100100 | 100011 | 1000100 |
Color Harmonies of #919CCA
Complementary color
Monochromatic Colors of #919CCA
Black with #919CCA
Text Example
Text Example
White with #919CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CCA; }
p { color: rgb(145,156,202); }
H1.HeaderClassName
{
color: #919CCA;
}
.AnyTagClassName
{
color: #919CCA;
}
</style>
background-color css
<style>
a { background-color: #919CCA; }
a { background-color: rgb(145,156,202); }
div.DivClassName
{
background-color: #919CCA;
}
.BgClassName
{
background-color: #919CCA;
}
</style>
border-color css
<style>
span { border-color: #919CCA; }
span { border-color: rgb(145,156,202); }
td.TdClassName
{
border-color: #919CCA;
}
.TagClassName
{
border-color: #919CCA;
}
</style>