Shades of Portage #93A1EA
Tints of Portage #93A1EA
RGB
CMYK
RGB Variations
Color information
#93A1EA (or 0x93A1EA) is known color: Portage. HEX triplet: 93, A1 and EA. RGB value is (147,161,234). Sum of RGB (Red+Green+Blue) = 147+161+234=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #93A1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A1EA is #6C5E15. Grayscale: #A4A4A4. Windows color (decimal): -7101974 or 15376787. OLE color: 15376787.
HSL color Cylindrical-coordinate representation of color #93A1EA: hue angle of 230.34º 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 #93A1EA is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 161 | 234 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.08 |
| HSL | 230.34º | 0.67% | 0.75% | - |
| HSV(B) | 230.34º | 0.37% | 0.92% | - |
| XYZ | 39.63 | 37.63 | 83.02 | - |
| YUV | 165.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 234 | 0.37 | 0.31 | 0 | 0.08 | 230.34 | 0.67 | 0.75 |
| Hex | 93 | A1 | EA | 25 | 1F | 0 | 8 | E6 | 43 | 4B |
| Octal | 223 | 241 | 352 | 45 | 37 | 0 | 10 | 346 | 103 | 113 |
| Binary | 10010011 | 10100001 | 11101010 | 100101 | 11111 | 0 | 1000 | 11100110 | 1000011 | 1001011 |
Color Harmonies of #93A1EA
Complementary color
Monochromatic Colors of #93A1EA
Black with #93A1EA
Text Example
Text Example
White with #93A1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1EA; }
p { color: rgb(147,161,234); }
H1.HeaderClassName
{
color: #93A1EA;
}
.AnyTagClassName
{
color: #93A1EA;
}
</style>
background-color css
<style>
a { background-color: #93A1EA; }
a { background-color: rgb(147,161,234); }
div.DivClassName
{
background-color: #93A1EA;
}
.BgClassName
{
background-color: #93A1EA;
}
</style>
border-color css
<style>
span { border-color: #93A1EA; }
span { border-color: rgb(147,161,234); }
td.TdClassName
{
border-color: #93A1EA;
}
.TagClassName
{
border-color: #93A1EA;
}
</style>