Shades of Portage #93A1FE
Tints of Portage #93A1FE
RGB
CMYK
RGB Variations
Color information
#93A1FE (or 0x93A1FE) is known color: Portage. HEX triplet: 93, A1 and FE. RGB value is (147,161,254). Sum of RGB (Red+Green+Blue) = 147+161+254=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #93A1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A1FE is #6C5E01. Grayscale: #A7A7A7. Windows color (decimal): -7101954 or 16687507. OLE color: 16687507.
HSL color Cylindrical-coordinate representation of color #93A1FE: hue angle of 232.15º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93A1FE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 161 | 254 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.00 |
| HSL | 232.15º | 0.98% | 0.79% | - |
| HSV(B) | 232.15º | 0.42% | 1% | - |
| XYZ | 42.67 | 38.85 | 99.02 | - |
| YUV | 167.42 | 176.86 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 254 | 0.42 | 0.37 | 0 | 0.00 | 232.15 | 0.98 | 0.79 |
| Hex | 93 | A1 | FE | 2A | 25 | 0 | 0 | E8 | 62 | 4F |
| Octal | 223 | 241 | 376 | 52 | 45 | 0 | 0 | 350 | 142 | 117 |
| Binary | 10010011 | 10100001 | 11111110 | 101010 | 100101 | 0 | 0 | 11101000 | 1100010 | 1001111 |
Color Harmonies of #93A1FE
Complementary color
Monochromatic Colors of #93A1FE
Black with #93A1FE
Text Example
Text Example
White with #93A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1FE; }
p { color: rgb(147,161,254); }
H1.HeaderClassName
{
color: #93A1FE;
}
.AnyTagClassName
{
color: #93A1FE;
}
</style>
background-color css
<style>
a { background-color: #93A1FE; }
a { background-color: rgb(147,161,254); }
div.DivClassName
{
background-color: #93A1FE;
}
.BgClassName
{
background-color: #93A1FE;
}
</style>
border-color css
<style>
span { border-color: #93A1FE; }
span { border-color: rgb(147,161,254); }
td.TdClassName
{
border-color: #93A1FE;
}
.TagClassName
{
border-color: #93A1FE;
}
</style>