Shades of Portage #9099ED
Tints of Portage #9099ED
RGB
CMYK
RGB Variations
Color information
#9099ED (or 0x9099ED) is known color: Portage. HEX triplet: 90, 99 and ED. RGB value is (144,153,237). Sum of RGB (Red+Green+Blue) = 144+153+237=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #9099ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099ED is #6F6612. Grayscale: #9F9F9F. Windows color (decimal): -7300627 or 15571344. OLE color: 15571344.
HSL color Cylindrical-coordinate representation of color #9099ED: hue angle of 234.19º 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 #9099ED is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 153 | 237 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.07 |
| HSL | 234.19º | 0.72% | 0.75% | - |
| HSV(B) | 234.19º | 0.39% | 0.93% | - |
| XYZ | 38.18 | 34.83 | 84.83 | - |
| YUV | 159.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 237 | 0.39 | 0.35 | 0 | 0.07 | 234.19 | 0.72 | 0.75 |
| Hex | 90 | 99 | ED | 27 | 23 | 0 | 7 | EA | 48 | 4B |
| Octal | 220 | 231 | 355 | 47 | 43 | 0 | 7 | 352 | 110 | 113 |
| Binary | 10010000 | 10011001 | 11101101 | 100111 | 100011 | 0 | 111 | 11101010 | 1001000 | 1001011 |
Color Harmonies of #9099ED
Complementary color
Monochromatic Colors of #9099ED
Black with #9099ED
Text Example
Text Example
White with #9099ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099ED; }
p { color: rgb(144,153,237); }
H1.HeaderClassName
{
color: #9099ED;
}
.AnyTagClassName
{
color: #9099ED;
}
</style>
background-color css
<style>
a { background-color: #9099ED; }
a { background-color: rgb(144,153,237); }
div.DivClassName
{
background-color: #9099ED;
}
.BgClassName
{
background-color: #9099ED;
}
</style>
border-color css
<style>
span { border-color: #9099ED; }
span { border-color: rgb(144,153,237); }
td.TdClassName
{
border-color: #9099ED;
}
.TagClassName
{
border-color: #9099ED;
}
</style>