Shades of Portage #919CCC
Tints of Portage #919CCC
RGB
CMYK
RGB Variations
Color information
#919CCC (or 0x919CCC) is known color: Portage. HEX triplet: 91, 9C and CC. RGB value is (145,156,204). Sum of RGB (Red+Green+Blue) = 145+156+204=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #919CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CCC is #6E6333. Grayscale: #9D9D9D. Windows color (decimal): -7234356 or 13409425. OLE color: 13409425.
HSL color Cylindrical-coordinate representation of color #919CCC: hue angle of 228.81º 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 #919CCC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 156 | 204 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.2 |
| HSL | 228.81º | 0.37% | 0.68% | - |
| HSV(B) | 228.81º | 0.29% | 0.8% | - |
| XYZ | 34.46 | 34.16 | 61.9 | - |
| YUV | 158.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 204 | 0.29 | 0.24 | 0 | 0.2 | 228.81 | 0.37 | 0.68 |
| Hex | 91 | 9C | CC | 1D | 18 | 0 | 14 | E5 | 25 | 44 |
| Octal | 221 | 234 | 314 | 35 | 30 | 0 | 24 | 345 | 45 | 104 |
| Binary | 10010001 | 10011100 | 11001100 | 11101 | 11000 | 0 | 10100 | 11100101 | 100101 | 1000100 |
Color Harmonies of #919CCC
Complementary color
Monochromatic Colors of #919CCC
Black with #919CCC
Text Example
Text Example
White with #919CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CCC; }
p { color: rgb(145,156,204); }
H1.HeaderClassName
{
color: #919CCC;
}
.AnyTagClassName
{
color: #919CCC;
}
</style>
background-color css
<style>
a { background-color: #919CCC; }
a { background-color: rgb(145,156,204); }
div.DivClassName
{
background-color: #919CCC;
}
.BgClassName
{
background-color: #919CCC;
}
</style>
border-color css
<style>
span { border-color: #919CCC; }
span { border-color: rgb(145,156,204); }
td.TdClassName
{
border-color: #919CCC;
}
.TagClassName
{
border-color: #919CCC;
}
</style>