Shades of Portage #939EFD
Tints of Portage #939EFD
RGB
CMYK
RGB Variations
Color information
#939EFD (or 0x939EFD) is known color: Portage. HEX triplet: 93, 9E and FD. RGB value is (147,158,253). Sum of RGB (Red+Green+Blue) = 147+158+253=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #939EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939EFD is #6C6102. Grayscale: #A5A5A5. Windows color (decimal): -7102723 or 16621203. OLE color: 16621203.
HSL color Cylindrical-coordinate representation of color #939EFD: hue angle of 233.77º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #939EFD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 158 | 253 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.01 |
| HSL | 233.77º | 0.96% | 0.78% | - |
| HSV(B) | 233.77º | 0.42% | 0.99% | - |
| XYZ | 41.99 | 37.75 | 98 | - |
| YUV | 165.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 253 | 0.42 | 0.38 | 0 | 0.01 | 233.77 | 0.96 | 0.78 |
| Hex | 93 | 9E | FD | 2A | 26 | 0 | 1 | EA | 60 | 4E |
| Octal | 223 | 236 | 375 | 52 | 46 | 0 | 1 | 352 | 140 | 116 |
| Binary | 10010011 | 10011110 | 11111101 | 101010 | 100110 | 0 | 1 | 11101010 | 1100000 | 1001110 |
Color Harmonies of #939EFD
Complementary color
Monochromatic Colors of #939EFD
Black with #939EFD
Text Example
Text Example
White with #939EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EFD; }
p { color: rgb(147,158,253); }
H1.HeaderClassName
{
color: #939EFD;
}
.AnyTagClassName
{
color: #939EFD;
}
</style>
background-color css
<style>
a { background-color: #939EFD; }
a { background-color: rgb(147,158,253); }
div.DivClassName
{
background-color: #939EFD;
}
.BgClassName
{
background-color: #939EFD;
}
</style>
border-color css
<style>
span { border-color: #939EFD; }
span { border-color: rgb(147,158,253); }
td.TdClassName
{
border-color: #939EFD;
}
.TagClassName
{
border-color: #939EFD;
}
</style>