Shades of Portage #919ADF
Tints of Portage #919ADF
RGB
CMYK
RGB Variations
Color information
#919ADF (or 0x919ADF) is known color: Portage. HEX triplet: 91, 9A and DF. RGB value is (145,154,223). Sum of RGB (Red+Green+Blue) = 145+154+223=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #919ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ADF is #6E6520. Grayscale: #9E9E9E. Windows color (decimal): -7234849 or 14654097. OLE color: 14654097.
HSL color Cylindrical-coordinate representation of color #919ADF: hue angle of 233.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919ADF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 154 | 223 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.13 |
| HSL | 233.08º | 0.55% | 0.72% | - |
| HSV(B) | 233.08º | 0.35% | 0.87% | - |
| XYZ | 36.55 | 34.46 | 74.54 | - |
| YUV | 159.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 223 | 0.35 | 0.31 | 0 | 0.13 | 233.08 | 0.55 | 0.72 |
| Hex | 91 | 9A | DF | 23 | 1F | 0 | D | E9 | 37 | 48 |
| Octal | 221 | 232 | 337 | 43 | 37 | 0 | 15 | 351 | 67 | 110 |
| Binary | 10010001 | 10011010 | 11011111 | 100011 | 11111 | 0 | 1101 | 11101001 | 110111 | 1001000 |
Color Harmonies of #919ADF
Complementary color
Monochromatic Colors of #919ADF
Black with #919ADF
Text Example
Text Example
White with #919ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919ADF; }
p { color: rgb(145,154,223); }
H1.HeaderClassName
{
color: #919ADF;
}
.AnyTagClassName
{
color: #919ADF;
}
</style>
background-color css
<style>
a { background-color: #919ADF; }
a { background-color: rgb(145,154,223); }
div.DivClassName
{
background-color: #919ADF;
}
.BgClassName
{
background-color: #919ADF;
}
</style>
border-color css
<style>
span { border-color: #919ADF; }
span { border-color: rgb(145,154,223); }
td.TdClassName
{
border-color: #919ADF;
}
.TagClassName
{
border-color: #919ADF;
}
</style>