Shades of Portage #93A0F3
Tints of Portage #93A0F3
RGB
CMYK
RGB Variations
Color information
#93A0F3 (or 0x93A0F3) is known color: Portage. HEX triplet: 93, A0 and F3. RGB value is (147,160,243). Sum of RGB (Red+Green+Blue) = 147+160+243=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #93A0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A0F3 is #6C5F0C. Grayscale: #A5A5A5. Windows color (decimal): -7102221 or 15966355. OLE color: 15966355.
HSL color Cylindrical-coordinate representation of color #93A0F3: hue angle of 231.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93A0F3 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 160 | 243 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.05 |
| HSL | 231.88º | 0.8% | 0.76% | - |
| HSV(B) | 231.88º | 0.4% | 0.95% | - |
| XYZ | 40.78 | 37.82 | 89.94 | - |
| YUV | 165.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 243 | 0.40 | 0.34 | 0 | 0.05 | 231.88 | 0.8 | 0.76 |
| Hex | 93 | A0 | F3 | 28 | 22 | 0 | 5 | E8 | 50 | 4C |
| Octal | 223 | 240 | 363 | 50 | 42 | 0 | 5 | 350 | 120 | 114 |
| Binary | 10010011 | 10100000 | 11110011 | 101000 | 100010 | 0 | 101 | 11101000 | 1010000 | 1001100 |
Color Harmonies of #93A0F3
Complementary color
Monochromatic Colors of #93A0F3
Black with #93A0F3
Text Example
Text Example
White with #93A0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0F3; }
p { color: rgb(147,160,243); }
H1.HeaderClassName
{
color: #93A0F3;
}
.AnyTagClassName
{
color: #93A0F3;
}
</style>
background-color css
<style>
a { background-color: #93A0F3; }
a { background-color: rgb(147,160,243); }
div.DivClassName
{
background-color: #93A0F3;
}
.BgClassName
{
background-color: #93A0F3;
}
</style>
border-color css
<style>
span { border-color: #93A0F3; }
span { border-color: rgb(147,160,243); }
td.TdClassName
{
border-color: #93A0F3;
}
.TagClassName
{
border-color: #93A0F3;
}
</style>