Shades of Portage #909FED
Tints of Portage #909FED
RGB
CMYK
RGB Variations
Color information
#909FED (or 0x909FED) is known color: Portage. HEX triplet: 90, 9F and ED. RGB value is (144,159,237). Sum of RGB (Red+Green+Blue) = 144+159+237=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #909FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909FED is #6F6012. Grayscale: #A3A3A3. Windows color (decimal): -7299091 or 15572880. OLE color: 15572880.
HSL color Cylindrical-coordinate representation of color #909FED: hue angle of 230.32º 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 #909FED is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 159 | 237 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.07 |
| HSL | 230.32º | 0.72% | 0.75% | - |
| HSV(B) | 230.32º | 0.39% | 0.93% | - |
| XYZ | 39.19 | 36.84 | 85.17 | - |
| YUV | 163.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 237 | 0.39 | 0.33 | 0 | 0.07 | 230.32 | 0.72 | 0.75 |
| Hex | 90 | 9F | ED | 27 | 21 | 0 | 7 | E6 | 48 | 4B |
| Octal | 220 | 237 | 355 | 47 | 41 | 0 | 7 | 346 | 110 | 113 |
| Binary | 10010000 | 10011111 | 11101101 | 100111 | 100001 | 0 | 111 | 11100110 | 1001000 | 1001011 |
Color Harmonies of #909FED
Complementary color
Monochromatic Colors of #909FED
Black with #909FED
Text Example
Text Example
White with #909FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FED; }
p { color: rgb(144,159,237); }
H1.HeaderClassName
{
color: #909FED;
}
.AnyTagClassName
{
color: #909FED;
}
</style>
background-color css
<style>
a { background-color: #909FED; }
a { background-color: rgb(144,159,237); }
div.DivClassName
{
background-color: #909FED;
}
.BgClassName
{
background-color: #909FED;
}
</style>
border-color css
<style>
span { border-color: #909FED; }
span { border-color: rgb(144,159,237); }
td.TdClassName
{
border-color: #909FED;
}
.TagClassName
{
border-color: #909FED;
}
</style>