Shades of Portage #919AD6
Tints of Portage #919AD6
RGB
CMYK
RGB Variations
Color information
#919AD6 (or 0x919AD6) is known color: Portage. HEX triplet: 91, 9A and D6. RGB value is (145,154,214). Sum of RGB (Red+Green+Blue) = 145+154+214=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #919AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919AD6 is #6E6529. Grayscale: #9D9D9D. Windows color (decimal): -7234858 or 14064273. OLE color: 14064273.
HSL color Cylindrical-coordinate representation of color #919AD6: hue angle of 232.17º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #919AD6 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 154 | 214 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.16 |
| HSL | 232.17º | 0.46% | 0.7% | - |
| HSV(B) | 232.17º | 0.32% | 0.84% | - |
| XYZ | 35.37 | 33.99 | 68.31 | - |
| YUV | 158.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 214 | 0.32 | 0.28 | 0 | 0.16 | 232.17 | 0.46 | 0.7 |
| Hex | 91 | 9A | D6 | 20 | 1C | 0 | 10 | E8 | 2E | 46 |
| Octal | 221 | 232 | 326 | 40 | 34 | 0 | 20 | 350 | 56 | 106 |
| Binary | 10010001 | 10011010 | 11010110 | 100000 | 11100 | 0 | 10000 | 11101000 | 101110 | 1000110 |
Color Harmonies of #919AD6
Complementary color
Monochromatic Colors of #919AD6
Black with #919AD6
Text Example
Text Example
White with #919AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AD6; }
p { color: rgb(145,154,214); }
H1.HeaderClassName
{
color: #919AD6;
}
.AnyTagClassName
{
color: #919AD6;
}
</style>
background-color css
<style>
a { background-color: #919AD6; }
a { background-color: rgb(145,154,214); }
div.DivClassName
{
background-color: #919AD6;
}
.BgClassName
{
background-color: #919AD6;
}
</style>
border-color css
<style>
span { border-color: #919AD6; }
span { border-color: rgb(145,154,214); }
td.TdClassName
{
border-color: #919AD6;
}
.TagClassName
{
border-color: #919AD6;
}
</style>