Shades of Portage #93A0EA
Tints of Portage #93A0EA
RGB
CMYK
RGB Variations
Color information
#93A0EA (or 0x93A0EA) is known color: Portage. HEX triplet: 93, A0 and EA. RGB value is (147,160,234). Sum of RGB (Red+Green+Blue) = 147+160+234=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #93A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A0EA is #6C5F15. Grayscale: #A4A4A4. Windows color (decimal): -7102230 or 15376531. OLE color: 15376531.
HSL color Cylindrical-coordinate representation of color #93A0EA: hue angle of 231.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93A0EA is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 160 | 234 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.08 |
| HSL | 231.03º | 0.67% | 0.75% | - |
| HSV(B) | 231.03º | 0.37% | 0.92% | - |
| XYZ | 39.45 | 37.29 | 82.96 | - |
| YUV | 164.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 234 | 0.37 | 0.32 | 0 | 0.08 | 231.03 | 0.67 | 0.75 |
| Hex | 93 | A0 | EA | 25 | 20 | 0 | 8 | E7 | 43 | 4B |
| Octal | 223 | 240 | 352 | 45 | 40 | 0 | 10 | 347 | 103 | 113 |
| Binary | 10010011 | 10100000 | 11101010 | 100101 | 100000 | 0 | 1000 | 11100111 | 1000011 | 1001011 |
Color Harmonies of #93A0EA
Complementary color
Monochromatic Colors of #93A0EA
Black with #93A0EA
Text Example
Text Example
White with #93A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0EA; }
p { color: rgb(147,160,234); }
H1.HeaderClassName
{
color: #93A0EA;
}
.AnyTagClassName
{
color: #93A0EA;
}
</style>
background-color css
<style>
a { background-color: #93A0EA; }
a { background-color: rgb(147,160,234); }
div.DivClassName
{
background-color: #93A0EA;
}
.BgClassName
{
background-color: #93A0EA;
}
</style>
border-color css
<style>
span { border-color: #93A0EA; }
span { border-color: rgb(147,160,234); }
td.TdClassName
{
border-color: #93A0EA;
}
.TagClassName
{
border-color: #93A0EA;
}
</style>