Shades of Portage #909EEF
Tints of Portage #909EEF
RGB
CMYK
RGB Variations
Color information
#909EEF (or 0x909EEF) is known color: Portage. HEX triplet: 90, 9E and EF. RGB value is (144,158,239). Sum of RGB (Red+Green+Blue) = 144+158+239=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #909EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909EEF is #6F6110. Grayscale: #A2A2A2. Windows color (decimal): -7299345 or 15703696. OLE color: 15703696.
HSL color Cylindrical-coordinate representation of color #909EEF: hue angle of 231.16º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #909EEF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 158 | 239 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.06 |
| HSL | 231.16º | 0.75% | 0.75% | - |
| HSV(B) | 231.16º | 0.4% | 0.94% | - |
| XYZ | 39.31 | 36.62 | 86.66 | - |
| YUV | 163.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 158 | 239 | 0.40 | 0.34 | 0 | 0.06 | 231.16 | 0.75 | 0.75 |
| Hex | 90 | 9E | EF | 28 | 22 | 0 | 6 | E7 | 4B | 4B |
| Octal | 220 | 236 | 357 | 50 | 42 | 0 | 6 | 347 | 113 | 113 |
| Binary | 10010000 | 10011110 | 11101111 | 101000 | 100010 | 0 | 110 | 11100111 | 1001011 | 1001011 |
Color Harmonies of #909EEF
Complementary color
Monochromatic Colors of #909EEF
Black with #909EEF
Text Example
Text Example
White with #909EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909EEF; }
p { color: rgb(144,158,239); }
H1.HeaderClassName
{
color: #909EEF;
}
.AnyTagClassName
{
color: #909EEF;
}
</style>
background-color css
<style>
a { background-color: #909EEF; }
a { background-color: rgb(144,158,239); }
div.DivClassName
{
background-color: #909EEF;
}
.BgClassName
{
background-color: #909EEF;
}
</style>
border-color css
<style>
span { border-color: #909EEF; }
span { border-color: rgb(144,158,239); }
td.TdClassName
{
border-color: #909EEF;
}
.TagClassName
{
border-color: #909EEF;
}
</style>