Shades of Portage #9097DE
Tints of Portage #9097DE
RGB
CMYK
RGB Variations
Color information
#9097DE (or 0x9097DE) is known color: Portage. HEX triplet: 90, 97 and DE. RGB value is (144,151,222). Sum of RGB (Red+Green+Blue) = 144+151+222=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #9097DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9097DE is #6F6821. Grayscale: #9C9C9C. Windows color (decimal): -7301154 or 14587792. OLE color: 14587792.
HSL color Cylindrical-coordinate representation of color #9097DE: hue angle of 234.62º 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 #9097DE is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 151 | 222 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.13 |
| HSL | 234.62º | 0.54% | 0.72% | - |
| HSV(B) | 234.62º | 0.35% | 0.87% | - |
| XYZ | 35.75 | 33.34 | 73.66 | - |
| YUV | 157 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 151 | 222 | 0.35 | 0.32 | 0 | 0.13 | 234.62 | 0.54 | 0.72 |
| Hex | 90 | 97 | DE | 23 | 20 | 0 | D | EB | 36 | 48 |
| Octal | 220 | 227 | 336 | 43 | 40 | 0 | 15 | 353 | 66 | 110 |
| Binary | 10010000 | 10010111 | 11011110 | 100011 | 100000 | 0 | 1101 | 11101011 | 110110 | 1001000 |
Color Harmonies of #9097DE
Complementary color
Monochromatic Colors of #9097DE
Black with #9097DE
Text Example
Text Example
White with #9097DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9097DE; }
p { color: rgb(144,151,222); }
H1.HeaderClassName
{
color: #9097DE;
}
.AnyTagClassName
{
color: #9097DE;
}
</style>
background-color css
<style>
a { background-color: #9097DE; }
a { background-color: rgb(144,151,222); }
div.DivClassName
{
background-color: #9097DE;
}
.BgClassName
{
background-color: #9097DE;
}
</style>
border-color css
<style>
span { border-color: #9097DE; }
span { border-color: rgb(144,151,222); }
td.TdClassName
{
border-color: #9097DE;
}
.TagClassName
{
border-color: #9097DE;
}
</style>