Shades of Portage #939FED
Tints of Portage #939FED
RGB
CMYK
RGB Variations
Color information
#939FED (or 0x939FED) is known color: Portage. HEX triplet: 93, 9F and ED. RGB value is (147,159,237). Sum of RGB (Red+Green+Blue) = 147+159+237=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #939FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939FED is #6C6012. Grayscale: #A3A3A3. Windows color (decimal): -7102483 or 15572883. OLE color: 15572883.
HSL color Cylindrical-coordinate representation of color #939FED: hue angle of 232º degrees, saturation: 0.71, 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 #939FED is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 159 | 237 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.07 |
| HSL | 232º | 0.71% | 0.75% | - |
| HSV(B) | 232º | 0.38% | 0.93% | - |
| XYZ | 39.72 | 37.11 | 85.19 | - |
| YUV | 164.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 237 | 0.38 | 0.33 | 0 | 0.07 | 232 | 0.71 | 0.75 |
| Hex | 93 | 9F | ED | 26 | 21 | 0 | 7 | E8 | 47 | 4B |
| Octal | 223 | 237 | 355 | 46 | 41 | 0 | 7 | 350 | 107 | 113 |
| Binary | 10010011 | 10011111 | 11101101 | 100110 | 100001 | 0 | 111 | 11101000 | 1000111 | 1001011 |
Color Harmonies of #939FED
Complementary color
Monochromatic Colors of #939FED
Black with #939FED
Text Example
Text Example
White with #939FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FED; }
p { color: rgb(147,159,237); }
H1.HeaderClassName
{
color: #939FED;
}
.AnyTagClassName
{
color: #939FED;
}
</style>
background-color css
<style>
a { background-color: #939FED; }
a { background-color: rgb(147,159,237); }
div.DivClassName
{
background-color: #939FED;
}
.BgClassName
{
background-color: #939FED;
}
</style>
border-color css
<style>
span { border-color: #939FED; }
span { border-color: rgb(147,159,237); }
td.TdClassName
{
border-color: #939FED;
}
.TagClassName
{
border-color: #939FED;
}
</style>