Shades of Portage #939DFF
Tints of Portage #939DFF
RGB
CMYK
RGB Variations
Color information
#939DFF (or 0x939DFF) is known color: Portage. HEX triplet: 93, 9D and FF. RGB value is (147,157,255). Sum of RGB (Red+Green+Blue) = 147+157+255=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #939DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939DFF is #6C6200. Grayscale: #A4A4A4. Windows color (decimal): -7102977 or 16752019. OLE color: 16752019.
HSL color Cylindrical-coordinate representation of color #939DFF: hue angle of 234.44º 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 #939DFF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 157 | 255 | - |
| CMYK | 0.42 | 0.38 | 0 | 0 |
| HSL | 234.44º | 1% | 0.79% | - |
| HSV(B) | 234.44º | 0.42% | 1% | - |
| XYZ | 42.14 | 37.54 | 99.63 | - |
| YUV | 165.18 | 178.69 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 255 | 0.42 | 0.38 | 0 | 0 | 234.44 | 1 | 0.79 |
| Hex | 93 | 9D | FF | 2A | 26 | 0 | 0 | EA | 64 | 4F |
| Octal | 223 | 235 | 377 | 52 | 46 | 0 | 0 | 352 | 144 | 117 |
| Binary | 10010011 | 10011101 | 11111111 | 101010 | 100110 | 0 | 0 | 11101010 | 1100100 | 1001111 |
Color Harmonies of #939DFF
Complementary color
Monochromatic Colors of #939DFF
Black with #939DFF
Text Example
Text Example
White with #939DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DFF; }
p { color: rgb(147,157,255); }
H1.HeaderClassName
{
color: #939DFF;
}
.AnyTagClassName
{
color: #939DFF;
}
</style>
background-color css
<style>
a { background-color: #939DFF; }
a { background-color: rgb(147,157,255); }
div.DivClassName
{
background-color: #939DFF;
}
.BgClassName
{
background-color: #939DFF;
}
</style>
border-color css
<style>
span { border-color: #939DFF; }
span { border-color: rgb(147,157,255); }
td.TdClassName
{
border-color: #939DFF;
}
.TagClassName
{
border-color: #939DFF;
}
</style>