Shades of Portage #939FDC
Tints of Portage #939FDC
RGB
CMYK
RGB Variations
Color information
#939FDC (or 0x939FDC) is known color: Portage. HEX triplet: 93, 9F and DC. RGB value is (147,159,220). Sum of RGB (Red+Green+Blue) = 147+159+220=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #939FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FDC is #6C6023. Grayscale: #A2A2A2. Windows color (decimal): -7102500 or 14458771. OLE color: 14458771.
HSL color Cylindrical-coordinate representation of color #939FDC: hue angle of 230.14º 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 #939FDC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 159 | 220 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.14 |
| HSL | 230.14º | 0.51% | 0.72% | - |
| HSV(B) | 230.14º | 0.33% | 0.86% | - |
| XYZ | 37.35 | 36.17 | 72.72 | - |
| YUV | 162.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 220 | 0.33 | 0.28 | 0 | 0.14 | 230.14 | 0.51 | 0.72 |
| Hex | 93 | 9F | DC | 21 | 1C | 0 | E | E6 | 33 | 48 |
| Octal | 223 | 237 | 334 | 41 | 34 | 0 | 16 | 346 | 63 | 110 |
| Binary | 10010011 | 10011111 | 11011100 | 100001 | 11100 | 0 | 1110 | 11100110 | 110011 | 1001000 |
Color Harmonies of #939FDC
Complementary color
Monochromatic Colors of #939FDC
Black with #939FDC
Text Example
Text Example
White with #939FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FDC; }
p { color: rgb(147,159,220); }
H1.HeaderClassName
{
color: #939FDC;
}
.AnyTagClassName
{
color: #939FDC;
}
</style>
background-color css
<style>
a { background-color: #939FDC; }
a { background-color: rgb(147,159,220); }
div.DivClassName
{
background-color: #939FDC;
}
.BgClassName
{
background-color: #939FDC;
}
</style>
border-color css
<style>
span { border-color: #939FDC; }
span { border-color: rgb(147,159,220); }
td.TdClassName
{
border-color: #939FDC;
}
.TagClassName
{
border-color: #939FDC;
}
</style>