Shades of Portage #939EE0
Tints of Portage #939EE0
RGB
CMYK
RGB Variations
Color information
#939EE0 (or 0x939EE0) is known color: Portage. HEX triplet: 93, 9E and E0. RGB value is (147,158,224). Sum of RGB (Red+Green+Blue) = 147+158+224=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #939EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EE0 is #6C611F. Grayscale: #A1A1A1. Windows color (decimal): -7102752 or 14720659. OLE color: 14720659.
HSL color Cylindrical-coordinate representation of color #939EE0: hue angle of 231.43º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #939EE0 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 158 | 224 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.12 |
| HSL | 231.43º | 0.55% | 0.73% | - |
| HSV(B) | 231.43º | 0.34% | 0.88% | - |
| XYZ | 37.71 | 36.04 | 75.49 | - |
| YUV | 162.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 224 | 0.34 | 0.29 | 0 | 0.12 | 231.43 | 0.55 | 0.73 |
| Hex | 93 | 9E | E0 | 22 | 1D | 0 | C | E7 | 37 | 49 |
| Octal | 223 | 236 | 340 | 42 | 35 | 0 | 14 | 347 | 67 | 111 |
| Binary | 10010011 | 10011110 | 11100000 | 100010 | 11101 | 0 | 1100 | 11100111 | 110111 | 1001001 |
Color Harmonies of #939EE0
Complementary color
Monochromatic Colors of #939EE0
Black with #939EE0
Text Example
Text Example
White with #939EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EE0; }
p { color: rgb(147,158,224); }
H1.HeaderClassName
{
color: #939EE0;
}
.AnyTagClassName
{
color: #939EE0;
}
</style>
background-color css
<style>
a { background-color: #939EE0; }
a { background-color: rgb(147,158,224); }
div.DivClassName
{
background-color: #939EE0;
}
.BgClassName
{
background-color: #939EE0;
}
</style>
border-color css
<style>
span { border-color: #939EE0; }
span { border-color: rgb(147,158,224); }
td.TdClassName
{
border-color: #939EE0;
}
.TagClassName
{
border-color: #939EE0;
}
</style>