Shades of Portage #909DE7
Tints of Portage #909DE7
RGB
CMYK
RGB Variations
Color information
#909DE7 (or 0x909DE7) is known color: Portage. HEX triplet: 90, 9D and E7. RGB value is (144,157,231). Sum of RGB (Red+Green+Blue) = 144+157+231=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #909DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909DE7 is #6F6218. Grayscale: #A1A1A1. Windows color (decimal): -7299609 or 15179152. OLE color: 15179152.
HSL color Cylindrical-coordinate representation of color #909DE7: hue angle of 231.03º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #909DE7 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 157 | 231 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.09 |
| HSL | 231.03º | 0.64% | 0.74% | - |
| HSV(B) | 231.03º | 0.38% | 0.91% | - |
| XYZ | 37.98 | 35.81 | 80.51 | - |
| YUV | 161.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 231 | 0.38 | 0.32 | 0 | 0.09 | 231.03 | 0.64 | 0.74 |
| Hex | 90 | 9D | E7 | 26 | 20 | 0 | 9 | E7 | 40 | 4A |
| Octal | 220 | 235 | 347 | 46 | 40 | 0 | 11 | 347 | 100 | 112 |
| Binary | 10010000 | 10011101 | 11100111 | 100110 | 100000 | 0 | 1001 | 11100111 | 1000000 | 1001010 |
Color Harmonies of #909DE7
Complementary color
Monochromatic Colors of #909DE7
Black with #909DE7
Text Example
Text Example
White with #909DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DE7; }
p { color: rgb(144,157,231); }
H1.HeaderClassName
{
color: #909DE7;
}
.AnyTagClassName
{
color: #909DE7;
}
</style>
background-color css
<style>
a { background-color: #909DE7; }
a { background-color: rgb(144,157,231); }
div.DivClassName
{
background-color: #909DE7;
}
.BgClassName
{
background-color: #909DE7;
}
</style>
border-color css
<style>
span { border-color: #909DE7; }
span { border-color: rgb(144,157,231); }
td.TdClassName
{
border-color: #909DE7;
}
.TagClassName
{
border-color: #909DE7;
}
</style>