Shades of Portage #939AEE
Tints of Portage #939AEE
RGB
CMYK
RGB Variations
Color information
#939AEE (or 0x939AEE) is known color: Portage. HEX triplet: 93, 9A and EE. RGB value is (147,154,238). Sum of RGB (Red+Green+Blue) = 147+154+238=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #939AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939AEE is #6C6511. Grayscale: #A1A1A1. Windows color (decimal): -7103762 or 15637139. OLE color: 15637139.
HSL color Cylindrical-coordinate representation of color #939AEE: hue angle of 235.38º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #939AEE is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 154 | 238 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.07 |
| HSL | 235.38º | 0.73% | 0.75% | - |
| HSV(B) | 235.38º | 0.38% | 0.93% | - |
| XYZ | 39.02 | 35.49 | 85.68 | - |
| YUV | 161.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 238 | 0.38 | 0.35 | 0 | 0.07 | 235.38 | 0.73 | 0.75 |
| Hex | 93 | 9A | EE | 26 | 23 | 0 | 7 | EB | 49 | 4B |
| Octal | 223 | 232 | 356 | 46 | 43 | 0 | 7 | 353 | 111 | 113 |
| Binary | 10010011 | 10011010 | 11101110 | 100110 | 100011 | 0 | 111 | 11101011 | 1001001 | 1001011 |
Color Harmonies of #939AEE
Complementary color
Monochromatic Colors of #939AEE
Black with #939AEE
Text Example
Text Example
White with #939AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939AEE; }
p { color: rgb(147,154,238); }
H1.HeaderClassName
{
color: #939AEE;
}
.AnyTagClassName
{
color: #939AEE;
}
</style>
background-color css
<style>
a { background-color: #939AEE; }
a { background-color: rgb(147,154,238); }
div.DivClassName
{
background-color: #939AEE;
}
.BgClassName
{
background-color: #939AEE;
}
</style>
border-color css
<style>
span { border-color: #939AEE; }
span { border-color: rgb(147,154,238); }
td.TdClassName
{
border-color: #939AEE;
}
.TagClassName
{
border-color: #939AEE;
}
</style>