Shades of Portage #939EFF
Tints of Portage #939EFF
RGB
CMYK
RGB Variations
Color information
#939EFF (or 0x939EFF) is known color: Portage. HEX triplet: 93, 9E and FF. RGB value is (147,158,255). Sum of RGB (Red+Green+Blue) = 147+158+255=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #939EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939EFF is #6C6100. Grayscale: #A5A5A5. Windows color (decimal): -7102721 or 16752275. OLE color: 16752275.
HSL color Cylindrical-coordinate representation of color #939EFF: hue angle of 233.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #939EFF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 158 | 255 | - |
| CMYK | 0.42 | 0.38 | 0 | 0 |
| HSL | 233.89º | 1% | 0.79% | - |
| HSV(B) | 233.89º | 0.42% | 1% | - |
| XYZ | 42.31 | 37.88 | 99.69 | - |
| YUV | 165.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 255 | 0.42 | 0.38 | 0 | 0 | 233.89 | 1 | 0.79 |
| Hex | 93 | 9E | FF | 2A | 26 | 0 | 0 | EA | 64 | 4F |
| Octal | 223 | 236 | 377 | 52 | 46 | 0 | 0 | 352 | 144 | 117 |
| Binary | 10010011 | 10011110 | 11111111 | 101010 | 100110 | 0 | 0 | 11101010 | 1100100 | 1001111 |
Color Harmonies of #939EFF
Complementary color
Monochromatic Colors of #939EFF
Black with #939EFF
Text Example
Text Example
White with #939EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EFF; }
p { color: rgb(147,158,255); }
H1.HeaderClassName
{
color: #939EFF;
}
.AnyTagClassName
{
color: #939EFF;
}
</style>
background-color css
<style>
a { background-color: #939EFF; }
a { background-color: rgb(147,158,255); }
div.DivClassName
{
background-color: #939EFF;
}
.BgClassName
{
background-color: #939EFF;
}
</style>
border-color css
<style>
span { border-color: #939EFF; }
span { border-color: rgb(147,158,255); }
td.TdClassName
{
border-color: #939EFF;
}
.TagClassName
{
border-color: #939EFF;
}
</style>