Shades of Portage #909ADE
Tints of Portage #909ADE
RGB
CMYK
RGB Variations
Color information
#909ADE (or 0x909ADE) is known color: Portage. HEX triplet: 90, 9A and DE. RGB value is (144,154,222). Sum of RGB (Red+Green+Blue) = 144+154+222=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #909ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ADE is #6F6521. Grayscale: #9E9E9E. Windows color (decimal): -7300386 or 14588560. OLE color: 14588560.
HSL color Cylindrical-coordinate representation of color #909ADE: hue angle of 232.31º degrees, saturation: 0.54, 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 #909ADE is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 154 | 222 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.13 |
| HSL | 232.31º | 0.54% | 0.72% | - |
| HSV(B) | 232.31º | 0.35% | 0.87% | - |
| XYZ | 36.24 | 34.31 | 73.82 | - |
| YUV | 158.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 222 | 0.35 | 0.31 | 0 | 0.13 | 232.31 | 0.54 | 0.72 |
| Hex | 90 | 9A | DE | 23 | 1F | 0 | D | E8 | 36 | 48 |
| Octal | 220 | 232 | 336 | 43 | 37 | 0 | 15 | 350 | 66 | 110 |
| Binary | 10010000 | 10011010 | 11011110 | 100011 | 11111 | 0 | 1101 | 11101000 | 110110 | 1001000 |
Color Harmonies of #909ADE
Complementary color
Monochromatic Colors of #909ADE
Black with #909ADE
Text Example
Text Example
White with #909ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909ADE; }
p { color: rgb(144,154,222); }
H1.HeaderClassName
{
color: #909ADE;
}
.AnyTagClassName
{
color: #909ADE;
}
</style>
background-color css
<style>
a { background-color: #909ADE; }
a { background-color: rgb(144,154,222); }
div.DivClassName
{
background-color: #909ADE;
}
.BgClassName
{
background-color: #909ADE;
}
</style>
border-color css
<style>
span { border-color: #909ADE; }
span { border-color: rgb(144,154,222); }
td.TdClassName
{
border-color: #909ADE;
}
.TagClassName
{
border-color: #909ADE;
}
</style>