Shades of Portage #909AED
Tints of Portage #909AED
RGB
CMYK
RGB Variations
Color information
#909AED (or 0x909AED) is known color: Portage. HEX triplet: 90, 9A and ED. RGB value is (144,154,237). Sum of RGB (Red+Green+Blue) = 144+154+237=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #909AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909AED is #6F6512. Grayscale: #A0A0A0. Windows color (decimal): -7300371 or 15571600. OLE color: 15571600.
HSL color Cylindrical-coordinate representation of color #909AED: hue angle of 233.55º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #909AED is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 154 | 237 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.07 |
| HSL | 233.55º | 0.72% | 0.75% | - |
| HSV(B) | 233.55º | 0.39% | 0.93% | - |
| XYZ | 38.34 | 35.15 | 84.89 | - |
| YUV | 160.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 237 | 0.39 | 0.35 | 0 | 0.07 | 233.55 | 0.72 | 0.75 |
| Hex | 90 | 9A | ED | 27 | 23 | 0 | 7 | EA | 48 | 4B |
| Octal | 220 | 232 | 355 | 47 | 43 | 0 | 7 | 352 | 110 | 113 |
| Binary | 10010000 | 10011010 | 11101101 | 100111 | 100011 | 0 | 111 | 11101010 | 1001000 | 1001011 |
Color Harmonies of #909AED
Complementary color
Monochromatic Colors of #909AED
Black with #909AED
Text Example
Text Example
White with #909AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AED; }
p { color: rgb(144,154,237); }
H1.HeaderClassName
{
color: #909AED;
}
.AnyTagClassName
{
color: #909AED;
}
</style>
background-color css
<style>
a { background-color: #909AED; }
a { background-color: rgb(144,154,237); }
div.DivClassName
{
background-color: #909AED;
}
.BgClassName
{
background-color: #909AED;
}
</style>
border-color css
<style>
span { border-color: #909AED; }
span { border-color: rgb(144,154,237); }
td.TdClassName
{
border-color: #909AED;
}
.TagClassName
{
border-color: #909AED;
}
</style>