Shades of Portage #939CDC
Tints of Portage #939CDC
RGB
CMYK
RGB Variations
Color information
#939CDC (or 0x939CDC) is known color: Portage. HEX triplet: 93, 9C and DC. RGB value is (147,156,220). Sum of RGB (Red+Green+Blue) = 147+156+220=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #939CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CDC is #6C6323. Grayscale: #A0A0A0. Windows color (decimal): -7103268 or 14458003. OLE color: 14458003.
HSL color Cylindrical-coordinate representation of color #939CDC: hue angle of 232.6º 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 #939CDC is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 156 | 220 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.14 |
| HSL | 232.6º | 0.51% | 0.72% | - |
| HSV(B) | 232.6º | 0.33% | 0.86% | - |
| XYZ | 36.84 | 35.15 | 72.55 | - |
| YUV | 160.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 220 | 0.33 | 0.29 | 0 | 0.14 | 232.6 | 0.51 | 0.72 |
| Hex | 93 | 9C | DC | 21 | 1D | 0 | E | E9 | 33 | 48 |
| Octal | 223 | 234 | 334 | 41 | 35 | 0 | 16 | 351 | 63 | 110 |
| Binary | 10010011 | 10011100 | 11011100 | 100001 | 11101 | 0 | 1110 | 11101001 | 110011 | 1001000 |
Color Harmonies of #939CDC
Complementary color
Monochromatic Colors of #939CDC
Black with #939CDC
Text Example
Text Example
White with #939CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CDC; }
p { color: rgb(147,156,220); }
H1.HeaderClassName
{
color: #939CDC;
}
.AnyTagClassName
{
color: #939CDC;
}
</style>
background-color css
<style>
a { background-color: #939CDC; }
a { background-color: rgb(147,156,220); }
div.DivClassName
{
background-color: #939CDC;
}
.BgClassName
{
background-color: #939CDC;
}
</style>
border-color css
<style>
span { border-color: #939CDC; }
span { border-color: rgb(147,156,220); }
td.TdClassName
{
border-color: #939CDC;
}
.TagClassName
{
border-color: #939CDC;
}
</style>