Shades of Portage #939EF0
Tints of Portage #939EF0
RGB
CMYK
RGB Variations
Color information
#939EF0 (or 0x939EF0) is known color: Portage. HEX triplet: 93, 9E and F0. RGB value is (147,158,240). Sum of RGB (Red+Green+Blue) = 147+158+240=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #939EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939EF0 is #6C610F. Grayscale: #A3A3A3. Windows color (decimal): -7102736 or 15769235. OLE color: 15769235.
HSL color Cylindrical-coordinate representation of color #939EF0: hue angle of 232.9º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #939EF0 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 158 | 240 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.06 |
| HSL | 232.9º | 0.76% | 0.76% | - |
| HSV(B) | 232.9º | 0.39% | 0.94% | - |
| XYZ | 39.99 | 36.95 | 87.46 | - |
| YUV | 164.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 240 | 0.39 | 0.34 | 0 | 0.06 | 232.9 | 0.76 | 0.76 |
| Hex | 93 | 9E | F0 | 27 | 22 | 0 | 6 | E9 | 4C | 4C |
| Octal | 223 | 236 | 360 | 47 | 42 | 0 | 6 | 351 | 114 | 114 |
| Binary | 10010011 | 10011110 | 11110000 | 100111 | 100010 | 0 | 110 | 11101001 | 1001100 | 1001100 |
Color Harmonies of #939EF0
Complementary color
Monochromatic Colors of #939EF0
Black with #939EF0
Text Example
Text Example
White with #939EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EF0; }
p { color: rgb(147,158,240); }
H1.HeaderClassName
{
color: #939EF0;
}
.AnyTagClassName
{
color: #939EF0;
}
</style>
background-color css
<style>
a { background-color: #939EF0; }
a { background-color: rgb(147,158,240); }
div.DivClassName
{
background-color: #939EF0;
}
.BgClassName
{
background-color: #939EF0;
}
</style>
border-color css
<style>
span { border-color: #939EF0; }
span { border-color: rgb(147,158,240); }
td.TdClassName
{
border-color: #939EF0;
}
.TagClassName
{
border-color: #939EF0;
}
</style>