Shades of Portage #909FFD
Tints of Portage #909FFD
RGB
CMYK
RGB Variations
Color information
#909FFD (or 0x909FFD) is known color: Portage. HEX triplet: 90, 9F and FD. RGB value is (144,159,253). Sum of RGB (Red+Green+Blue) = 144+159+253=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #909FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909FFD is #6F6002. Grayscale: #A4A4A4. Windows color (decimal): -7299075 or 16621456. OLE color: 16621456.
HSL color Cylindrical-coordinate representation of color #909FFD: hue angle of 231.74º 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 #909FFD is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 159 | 253 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.01 |
| HSL | 231.74º | 0.96% | 0.78% | - |
| HSV(B) | 231.74º | 0.43% | 0.99% | - |
| XYZ | 41.63 | 37.82 | 98.03 | - |
| YUV | 165.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 253 | 0.43 | 0.37 | 0 | 0.01 | 231.74 | 0.96 | 0.78 |
| Hex | 90 | 9F | FD | 2B | 25 | 0 | 1 | E8 | 60 | 4E |
| Octal | 220 | 237 | 375 | 53 | 45 | 0 | 1 | 350 | 140 | 116 |
| Binary | 10010000 | 10011111 | 11111101 | 101011 | 100101 | 0 | 1 | 11101000 | 1100000 | 1001110 |
Color Harmonies of #909FFD
Complementary color
Monochromatic Colors of #909FFD
Black with #909FFD
Text Example
Text Example
White with #909FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FFD; }
p { color: rgb(144,159,253); }
H1.HeaderClassName
{
color: #909FFD;
}
.AnyTagClassName
{
color: #909FFD;
}
</style>
background-color css
<style>
a { background-color: #909FFD; }
a { background-color: rgb(144,159,253); }
div.DivClassName
{
background-color: #909FFD;
}
.BgClassName
{
background-color: #909FFD;
}
</style>
border-color css
<style>
span { border-color: #909FFD; }
span { border-color: rgb(144,159,253); }
td.TdClassName
{
border-color: #909FFD;
}
.TagClassName
{
border-color: #909FFD;
}
</style>