Shades of Portage #91A0FD
Tints of Portage #91A0FD
RGB
CMYK
RGB Variations
Color information
#91A0FD (or 0x91A0FD) is known color: Portage. HEX triplet: 91, A0 and FD. RGB value is (145,160,253). Sum of RGB (Red+Green+Blue) = 145+160+253=558 (73% of max value = 765). Red value is 145 (57.03% from 255 or 25.99% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #91A0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91A0FD is #6E5F02. Grayscale: #A5A5A5. Windows color (decimal): -7233283 or 16621713. OLE color: 16621713.
HSL color Cylindrical-coordinate representation of color #91A0FD: hue angle of 231.67º 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 #91A0FD is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 160 | 253 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.01 |
| HSL | 231.67º | 0.96% | 0.78% | - |
| HSV(B) | 231.67º | 0.43% | 0.99% | - |
| XYZ | 41.98 | 38.25 | 98.1 | - |
| YUV | 166.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 253 | 0.43 | 0.37 | 0 | 0.01 | 231.67 | 0.96 | 0.78 |
| Hex | 91 | A0 | FD | 2B | 25 | 0 | 1 | E8 | 60 | 4E |
| Octal | 221 | 240 | 375 | 53 | 45 | 0 | 1 | 350 | 140 | 116 |
| Binary | 10010001 | 10100000 | 11111101 | 101011 | 100101 | 0 | 1 | 11101000 | 1100000 | 1001110 |
Color Harmonies of #91A0FD
Complementary color
Monochromatic Colors of #91A0FD
Black with #91A0FD
Text Example
Text Example
White with #91A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A0FD; }
p { color: rgb(145,160,253); }
H1.HeaderClassName
{
color: #91A0FD;
}
.AnyTagClassName
{
color: #91A0FD;
}
</style>
background-color css
<style>
a { background-color: #91A0FD; }
a { background-color: rgb(145,160,253); }
div.DivClassName
{
background-color: #91A0FD;
}
.BgClassName
{
background-color: #91A0FD;
}
</style>
border-color css
<style>
span { border-color: #91A0FD; }
span { border-color: rgb(145,160,253); }
td.TdClassName
{
border-color: #91A0FD;
}
.TagClassName
{
border-color: #91A0FD;
}
</style>