Shades of Portage #93A1F0
Tints of Portage #93A1F0
RGB
CMYK
RGB Variations
Color information
#93A1F0 (or 0x93A1F0) is known color: Portage. HEX triplet: 93, A1 and F0. RGB value is (147,161,240). Sum of RGB (Red+Green+Blue) = 147+161+240=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #93A1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A1F0 is #6C5E0F. Grayscale: #A5A5A5. Windows color (decimal): -7101968 or 15770003. OLE color: 15770003.
HSL color Cylindrical-coordinate representation of color #93A1F0: hue angle of 230.97º 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 #93A1F0 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 161 | 240 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.06 |
| HSL | 230.97º | 0.76% | 0.76% | - |
| HSV(B) | 230.97º | 0.39% | 0.94% | - |
| XYZ | 40.51 | 37.98 | 87.63 | - |
| YUV | 165.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 240 | 0.39 | 0.33 | 0 | 0.06 | 230.97 | 0.76 | 0.76 |
| Hex | 93 | A1 | F0 | 27 | 21 | 0 | 6 | E7 | 4C | 4C |
| Octal | 223 | 241 | 360 | 47 | 41 | 0 | 6 | 347 | 114 | 114 |
| Binary | 10010011 | 10100001 | 11110000 | 100111 | 100001 | 0 | 110 | 11100111 | 1001100 | 1001100 |
Color Harmonies of #93A1F0
Complementary color
Monochromatic Colors of #93A1F0
Black with #93A1F0
Text Example
Text Example
White with #93A1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1F0; }
p { color: rgb(147,161,240); }
H1.HeaderClassName
{
color: #93A1F0;
}
.AnyTagClassName
{
color: #93A1F0;
}
</style>
background-color css
<style>
a { background-color: #93A1F0; }
a { background-color: rgb(147,161,240); }
div.DivClassName
{
background-color: #93A1F0;
}
.BgClassName
{
background-color: #93A1F0;
}
</style>
border-color css
<style>
span { border-color: #93A1F0; }
span { border-color: rgb(147,161,240); }
td.TdClassName
{
border-color: #93A1F0;
}
.TagClassName
{
border-color: #93A1F0;
}
</style>