Shades of Portage #939EDC
Tints of Portage #939EDC
RGB
CMYK
RGB Variations
Color information
#939EDC (or 0x939EDC) is known color: Portage. HEX triplet: 93, 9E and DC. RGB value is (147,158,220). Sum of RGB (Red+Green+Blue) = 147+158+220=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #939EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EDC is #6C6123. Grayscale: #A1A1A1. Windows color (decimal): -7102756 or 14458515. OLE color: 14458515.
HSL color Cylindrical-coordinate representation of color #939EDC: hue angle of 230.96º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939EDC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 158 | 220 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.14 |
| HSL | 230.96º | 0.51% | 0.72% | - |
| HSV(B) | 230.96º | 0.33% | 0.86% | - |
| XYZ | 37.18 | 35.82 | 72.67 | - |
| YUV | 161.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 220 | 0.33 | 0.28 | 0 | 0.14 | 230.96 | 0.51 | 0.72 |
| Hex | 93 | 9E | DC | 21 | 1C | 0 | E | E7 | 33 | 48 |
| Octal | 223 | 236 | 334 | 41 | 34 | 0 | 16 | 347 | 63 | 110 |
| Binary | 10010011 | 10011110 | 11011100 | 100001 | 11100 | 0 | 1110 | 11100111 | 110011 | 1001000 |
Color Harmonies of #939EDC
Complementary color
Monochromatic Colors of #939EDC
Black with #939EDC
Text Example
Text Example
White with #939EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939EDC; }
p { color: rgb(147,158,220); }
H1.HeaderClassName
{
color: #939EDC;
}
.AnyTagClassName
{
color: #939EDC;
}
</style>
background-color css
<style>
a { background-color: #939EDC; }
a { background-color: rgb(147,158,220); }
div.DivClassName
{
background-color: #939EDC;
}
.BgClassName
{
background-color: #939EDC;
}
</style>
border-color css
<style>
span { border-color: #939EDC; }
span { border-color: rgb(147,158,220); }
td.TdClassName
{
border-color: #939EDC;
}
.TagClassName
{
border-color: #939EDC;
}
</style>