Shades of Portage #919ADB
Tints of Portage #919ADB
RGB
CMYK
RGB Variations
Color information
#919ADB (or 0x919ADB) is known color: Portage. HEX triplet: 91, 9A and DB. RGB value is (145,154,219). Sum of RGB (Red+Green+Blue) = 145+154+219=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #919ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ADB is #6E6524. Grayscale: #9E9E9E. Windows color (decimal): -7234853 or 14391953. OLE color: 14391953.
HSL color Cylindrical-coordinate representation of color #919ADB: hue angle of 232.7º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919ADB is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 154 | 219 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.14 |
| HSL | 232.7º | 0.51% | 0.71% | - |
| HSV(B) | 232.7º | 0.34% | 0.86% | - |
| XYZ | 36.02 | 34.25 | 71.73 | - |
| YUV | 158.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 219 | 0.34 | 0.30 | 0 | 0.14 | 232.7 | 0.51 | 0.71 |
| Hex | 91 | 9A | DB | 22 | 1E | 0 | E | E9 | 33 | 47 |
| Octal | 221 | 232 | 333 | 42 | 36 | 0 | 16 | 351 | 63 | 107 |
| Binary | 10010001 | 10011010 | 11011011 | 100010 | 11110 | 0 | 1110 | 11101001 | 110011 | 1000111 |
Color Harmonies of #919ADB
Complementary color
Monochromatic Colors of #919ADB
Black with #919ADB
Text Example
Text Example
White with #919ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ADB; }
p { color: rgb(145,154,219); }
H1.HeaderClassName
{
color: #919ADB;
}
.AnyTagClassName
{
color: #919ADB;
}
</style>
background-color css
<style>
a { background-color: #919ADB; }
a { background-color: rgb(145,154,219); }
div.DivClassName
{
background-color: #919ADB;
}
.BgClassName
{
background-color: #919ADB;
}
</style>
border-color css
<style>
span { border-color: #919ADB; }
span { border-color: rgb(145,154,219); }
td.TdClassName
{
border-color: #919ADB;
}
.TagClassName
{
border-color: #919ADB;
}
</style>