Shades of Portage #939EF2
Tints of Portage #939EF2
RGB
CMYK
RGB Variations
Color information
#939EF2 (or 0x939EF2) is known color: Portage. HEX triplet: 93, 9E and F2. RGB value is (147,158,242). Sum of RGB (Red+Green+Blue) = 147+158+242=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #939EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939EF2 is #6C610D. Grayscale: #A3A3A3. Windows color (decimal): -7102734 or 15900307. OLE color: 15900307.
HSL color Cylindrical-coordinate representation of color #939EF2: hue angle of 233.05º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #939EF2 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 158 | 242 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.05 |
| HSL | 233.05º | 0.79% | 0.76% | - |
| HSV(B) | 233.05º | 0.39% | 0.95% | - |
| XYZ | 40.29 | 37.07 | 89.04 | - |
| YUV | 164.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 242 | 0.39 | 0.35 | 0 | 0.05 | 233.05 | 0.79 | 0.76 |
| Hex | 93 | 9E | F2 | 27 | 23 | 0 | 5 | E9 | 4F | 4C |
| Octal | 223 | 236 | 362 | 47 | 43 | 0 | 5 | 351 | 117 | 114 |
| Binary | 10010011 | 10011110 | 11110010 | 100111 | 100011 | 0 | 101 | 11101001 | 1001111 | 1001100 |
Color Harmonies of #939EF2
Complementary color
Monochromatic Colors of #939EF2
Black with #939EF2
Text Example
Text Example
White with #939EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EF2; }
p { color: rgb(147,158,242); }
H1.HeaderClassName
{
color: #939EF2;
}
.AnyTagClassName
{
color: #939EF2;
}
</style>
background-color css
<style>
a { background-color: #939EF2; }
a { background-color: rgb(147,158,242); }
div.DivClassName
{
background-color: #939EF2;
}
.BgClassName
{
background-color: #939EF2;
}
</style>
border-color css
<style>
span { border-color: #939EF2; }
span { border-color: rgb(147,158,242); }
td.TdClassName
{
border-color: #939EF2;
}
.TagClassName
{
border-color: #939EF2;
}
</style>