Shades of Portage #9099FC
Tints of Portage #9099FC
RGB
CMYK
RGB Variations
Color information
#9099FC (or 0x9099FC) is known color: Portage. HEX triplet: 90, 99 and FC. RGB value is (144,153,252). Sum of RGB (Red+Green+Blue) = 144+153+252=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #9099FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099FC is #6F6603. Grayscale: #A1A1A1. Windows color (decimal): -7300612 or 16554384. OLE color: 16554384.
HSL color Cylindrical-coordinate representation of color #9099FC: hue angle of 235º degrees, saturation: 0.95, 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 #9099FC is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 153 | 252 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.01 |
| HSL | 235º | 0.95% | 0.78% | - |
| HSV(B) | 235º | 0.43% | 0.99% | - |
| XYZ | 40.46 | 35.74 | 96.86 | - |
| YUV | 161.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 252 | 0.43 | 0.39 | 0 | 0.01 | 235 | 0.95 | 0.78 |
| Hex | 90 | 99 | FC | 2B | 27 | 0 | 1 | EB | 5F | 4E |
| Octal | 220 | 231 | 374 | 53 | 47 | 0 | 1 | 353 | 137 | 116 |
| Binary | 10010000 | 10011001 | 11111100 | 101011 | 100111 | 0 | 1 | 11101011 | 1011111 | 1001110 |
Color Harmonies of #9099FC
Complementary color
Monochromatic Colors of #9099FC
Black with #9099FC
Text Example
Text Example
White with #9099FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9099FC; }
p { color: rgb(144,153,252); }
H1.HeaderClassName
{
color: #9099FC;
}
.AnyTagClassName
{
color: #9099FC;
}
</style>
background-color css
<style>
a { background-color: #9099FC; }
a { background-color: rgb(144,153,252); }
div.DivClassName
{
background-color: #9099FC;
}
.BgClassName
{
background-color: #9099FC;
}
</style>
border-color css
<style>
span { border-color: #9099FC; }
span { border-color: rgb(144,153,252); }
td.TdClassName
{
border-color: #9099FC;
}
.TagClassName
{
border-color: #9099FC;
}
</style>