Shades of Portage #909EFD
Tints of Portage #909EFD
RGB
CMYK
RGB Variations
Color information
#909EFD (or 0x909EFD) is known color: Portage. HEX triplet: 90, 9E and FD. RGB value is (144,158,253). Sum of RGB (Red+Green+Blue) = 144+158+253=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #909EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909EFD is #6F6102. Grayscale: #A4A4A4. Windows color (decimal): -7299331 or 16621200. OLE color: 16621200.
HSL color Cylindrical-coordinate representation of color #909EFD: hue angle of 232.29º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #909EFD is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 158 | 253 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.01 |
| HSL | 232.29º | 0.96% | 0.78% | - |
| HSV(B) | 232.29º | 0.43% | 0.99% | - |
| XYZ | 41.46 | 37.47 | 97.98 | - |
| YUV | 164.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 158 | 253 | 0.43 | 0.38 | 0 | 0.01 | 232.29 | 0.96 | 0.78 |
| Hex | 90 | 9E | FD | 2B | 26 | 0 | 1 | E8 | 60 | 4E |
| Octal | 220 | 236 | 375 | 53 | 46 | 0 | 1 | 350 | 140 | 116 |
| Binary | 10010000 | 10011110 | 11111101 | 101011 | 100110 | 0 | 1 | 11101000 | 1100000 | 1001110 |
Color Harmonies of #909EFD
Complementary color
Monochromatic Colors of #909EFD
Black with #909EFD
Text Example
Text Example
White with #909EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909EFD; }
p { color: rgb(144,158,253); }
H1.HeaderClassName
{
color: #909EFD;
}
.AnyTagClassName
{
color: #909EFD;
}
</style>
background-color css
<style>
a { background-color: #909EFD; }
a { background-color: rgb(144,158,253); }
div.DivClassName
{
background-color: #909EFD;
}
.BgClassName
{
background-color: #909EFD;
}
</style>
border-color css
<style>
span { border-color: #909EFD; }
span { border-color: rgb(144,158,253); }
td.TdClassName
{
border-color: #909EFD;
}
.TagClassName
{
border-color: #909EFD;
}
</style>