Shades of Portage #909ADD
Tints of Portage #909ADD
RGB
CMYK
RGB Variations
Color information
#909ADD (or 0x909ADD) is known color: Portage. HEX triplet: 90, 9A and DD. RGB value is (144,154,221). Sum of RGB (Red+Green+Blue) = 144+154+221=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #909ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ADD is #6F6522. Grayscale: #9E9E9E. Windows color (decimal): -7300387 or 14523024. OLE color: 14523024.
HSL color Cylindrical-coordinate representation of color #909ADD: hue angle of 232.21º degrees, saturation: 0.53, 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 #909ADD is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 154 | 221 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.13 |
| HSL | 232.21º | 0.53% | 0.72% | - |
| HSV(B) | 232.21º | 0.35% | 0.87% | - |
| XYZ | 36.11 | 34.26 | 73.12 | - |
| YUV | 158.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 221 | 0.35 | 0.30 | 0 | 0.13 | 232.21 | 0.53 | 0.72 |
| Hex | 90 | 9A | DD | 23 | 1E | 0 | D | E8 | 35 | 48 |
| Octal | 220 | 232 | 335 | 43 | 36 | 0 | 15 | 350 | 65 | 110 |
| Binary | 10010000 | 10011010 | 11011101 | 100011 | 11110 | 0 | 1101 | 11101000 | 110101 | 1001000 |
Color Harmonies of #909ADD
Complementary color
Monochromatic Colors of #909ADD
Black with #909ADD
Text Example
Text Example
White with #909ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909ADD; }
p { color: rgb(144,154,221); }
H1.HeaderClassName
{
color: #909ADD;
}
.AnyTagClassName
{
color: #909ADD;
}
</style>
background-color css
<style>
a { background-color: #909ADD; }
a { background-color: rgb(144,154,221); }
div.DivClassName
{
background-color: #909ADD;
}
.BgClassName
{
background-color: #909ADD;
}
</style>
border-color css
<style>
span { border-color: #909ADD; }
span { border-color: rgb(144,154,221); }
td.TdClassName
{
border-color: #909ADD;
}
.TagClassName
{
border-color: #909ADD;
}
</style>