Shades of Portage #919ACE
Tints of Portage #919ACE
RGB
CMYK
RGB Variations
Color information
#919ACE (or 0x919ACE) is known color: Portage. HEX triplet: 91, 9A and CE. RGB value is (145,154,206). Sum of RGB (Red+Green+Blue) = 145+154+206=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #919ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ACE is #6E6531. Grayscale: #9D9D9D. Windows color (decimal): -7234866 or 13539985. OLE color: 13539985.
HSL color Cylindrical-coordinate representation of color #919ACE: hue angle of 231.15º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919ACE is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 154 | 206 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.19 |
| HSL | 231.15º | 0.38% | 0.69% | - |
| HSV(B) | 231.15º | 0.3% | 0.81% | - |
| XYZ | 34.37 | 33.59 | 63.06 | - |
| YUV | 157.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 206 | 0.30 | 0.25 | 0 | 0.19 | 231.15 | 0.38 | 0.69 |
| Hex | 91 | 9A | CE | 1E | 19 | 0 | 13 | E7 | 26 | 45 |
| Octal | 221 | 232 | 316 | 36 | 31 | 0 | 23 | 347 | 46 | 105 |
| Binary | 10010001 | 10011010 | 11001110 | 11110 | 11001 | 0 | 10011 | 11100111 | 100110 | 1000101 |
Color Harmonies of #919ACE
Complementary color
Monochromatic Colors of #919ACE
Black with #919ACE
Text Example
Text Example
White with #919ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ACE; }
p { color: rgb(145,154,206); }
H1.HeaderClassName
{
color: #919ACE;
}
.AnyTagClassName
{
color: #919ACE;
}
</style>
background-color css
<style>
a { background-color: #919ACE; }
a { background-color: rgb(145,154,206); }
div.DivClassName
{
background-color: #919ACE;
}
.BgClassName
{
background-color: #919ACE;
}
</style>
border-color css
<style>
span { border-color: #919ACE; }
span { border-color: rgb(145,154,206); }
td.TdClassName
{
border-color: #919ACE;
}
.TagClassName
{
border-color: #919ACE;
}
</style>