Shades of Portage #93A2E7
Tints of Portage #93A2E7
RGB
CMYK
RGB Variations
Color information
#93A2E7 (or 0x93A2E7) is known color: Portage. HEX triplet: 93, A2 and E7. RGB value is (147,162,231). Sum of RGB (Red+Green+Blue) = 147+162+231=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #93A2E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A2E7 is #6C5D18. Grayscale: #A5A5A5. Windows color (decimal): -7101721 or 15180435. OLE color: 15180435.
HSL color Cylindrical-coordinate representation of color #93A2E7: hue angle of 229.29º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93A2E7 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 162 | 231 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.09 |
| HSL | 229.29º | 0.64% | 0.74% | - |
| HSV(B) | 229.29º | 0.36% | 0.91% | - |
| XYZ | 39.38 | 37.81 | 80.82 | - |
| YUV | 165.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 231 | 0.36 | 0.30 | 0 | 0.09 | 229.29 | 0.64 | 0.74 |
| Hex | 93 | A2 | E7 | 24 | 1E | 0 | 9 | E5 | 40 | 4A |
| Octal | 223 | 242 | 347 | 44 | 36 | 0 | 11 | 345 | 100 | 112 |
| Binary | 10010011 | 10100010 | 11100111 | 100100 | 11110 | 0 | 1001 | 11100101 | 1000000 | 1001010 |
Color Harmonies of #93A2E7
Complementary color
Monochromatic Colors of #93A2E7
Black with #93A2E7
Text Example
Text Example
White with #93A2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A2E7; }
p { color: rgb(147,162,231); }
H1.HeaderClassName
{
color: #93A2E7;
}
.AnyTagClassName
{
color: #93A2E7;
}
</style>
background-color css
<style>
a { background-color: #93A2E7; }
a { background-color: rgb(147,162,231); }
div.DivClassName
{
background-color: #93A2E7;
}
.BgClassName
{
background-color: #93A2E7;
}
</style>
border-color css
<style>
span { border-color: #93A2E7; }
span { border-color: rgb(147,162,231); }
td.TdClassName
{
border-color: #93A2E7;
}
.TagClassName
{
border-color: #93A2E7;
}
</style>