Shades of Portage #93A1FA
Tints of Portage #93A1FA
RGB
CMYK
RGB Variations
Color information
#93A1FA (or 0x93A1FA) is known color: Portage. HEX triplet: 93, A1 and FA. RGB value is (147,161,250). Sum of RGB (Red+Green+Blue) = 147+161+250=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #93A1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A1FA is #6C5E05. Grayscale: #A6A6A6. Windows color (decimal): -7101958 or 16425363. OLE color: 16425363.
HSL color Cylindrical-coordinate representation of color #93A1FA: hue angle of 231.84º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93A1FA is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 161 | 250 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.02 |
| HSL | 231.84º | 0.91% | 0.78% | - |
| HSV(B) | 231.84º | 0.41% | 0.98% | - |
| XYZ | 42.03 | 38.59 | 95.68 | - |
| YUV | 166.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 250 | 0.41 | 0.36 | 0 | 0.02 | 231.84 | 0.91 | 0.78 |
| Hex | 93 | A1 | FA | 29 | 24 | 0 | 2 | E8 | 5B | 4E |
| Octal | 223 | 241 | 372 | 51 | 44 | 0 | 2 | 350 | 133 | 116 |
| Binary | 10010011 | 10100001 | 11111010 | 101001 | 100100 | 0 | 10 | 11101000 | 1011011 | 1001110 |
Color Harmonies of #93A1FA
Complementary color
Monochromatic Colors of #93A1FA
Black with #93A1FA
Text Example
Text Example
White with #93A1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1FA; }
p { color: rgb(147,161,250); }
H1.HeaderClassName
{
color: #93A1FA;
}
.AnyTagClassName
{
color: #93A1FA;
}
</style>
background-color css
<style>
a { background-color: #93A1FA; }
a { background-color: rgb(147,161,250); }
div.DivClassName
{
background-color: #93A1FA;
}
.BgClassName
{
background-color: #93A1FA;
}
</style>
border-color css
<style>
span { border-color: #93A1FA; }
span { border-color: rgb(147,161,250); }
td.TdClassName
{
border-color: #93A1FA;
}
.TagClassName
{
border-color: #93A1FA;
}
</style>