Shades of Portage #93A0F0
Tints of Portage #93A0F0
RGB
CMYK
RGB Variations
Color information
#93A0F0 (or 0x93A0F0) is known color: Portage. HEX triplet: 93, A0 and F0. RGB value is (147,160,240). Sum of RGB (Red+Green+Blue) = 147+160+240=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #93A0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A0F0 is #6C5F0F. Grayscale: #A4A4A4. Windows color (decimal): -7102224 or 15769747. OLE color: 15769747.
HSL color Cylindrical-coordinate representation of color #93A0F0: hue angle of 231.61º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93A0F0 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 160 | 240 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.06 |
| HSL | 231.61º | 0.76% | 0.76% | - |
| HSV(B) | 231.61º | 0.39% | 0.94% | - |
| XYZ | 40.33 | 37.64 | 87.58 | - |
| YUV | 165.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 240 | 0.39 | 0.33 | 0 | 0.06 | 231.61 | 0.76 | 0.76 |
| Hex | 93 | A0 | F0 | 27 | 21 | 0 | 6 | E8 | 4C | 4C |
| Octal | 223 | 240 | 360 | 47 | 41 | 0 | 6 | 350 | 114 | 114 |
| Binary | 10010011 | 10100000 | 11110000 | 100111 | 100001 | 0 | 110 | 11101000 | 1001100 | 1001100 |
Color Harmonies of #93A0F0
Complementary color
Monochromatic Colors of #93A0F0
Black with #93A0F0
Text Example
Text Example
White with #93A0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0F0; }
p { color: rgb(147,160,240); }
H1.HeaderClassName
{
color: #93A0F0;
}
.AnyTagClassName
{
color: #93A0F0;
}
</style>
background-color css
<style>
a { background-color: #93A0F0; }
a { background-color: rgb(147,160,240); }
div.DivClassName
{
background-color: #93A0F0;
}
.BgClassName
{
background-color: #93A0F0;
}
</style>
border-color css
<style>
span { border-color: #93A0F0; }
span { border-color: rgb(147,160,240); }
td.TdClassName
{
border-color: #93A0F0;
}
.TagClassName
{
border-color: #93A0F0;
}
</style>