Shades of Portage #939ECC
Tints of Portage #939ECC
RGB
CMYK
RGB Variations
Color information
#939ECC (or 0x939ECC) is known color: Portage. HEX triplet: 93, 9E and CC. RGB value is (147,158,204). Sum of RGB (Red+Green+Blue) = 147+158+204=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #939ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ECC is #6C6133. Grayscale: #9F9F9F. Windows color (decimal): -7102772 or 13409939. OLE color: 13409939.
HSL color Cylindrical-coordinate representation of color #939ECC: hue angle of 228.42º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #939ECC is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 158 | 204 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.2 |
| HSL | 228.42º | 0.36% | 0.69% | - |
| HSV(B) | 228.42º | 0.28% | 0.8% | - |
| XYZ | 35.16 | 35.02 | 62.03 | - |
| YUV | 159.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 204 | 0.28 | 0.23 | 0 | 0.2 | 228.42 | 0.36 | 0.69 |
| Hex | 93 | 9E | CC | 1C | 17 | 0 | 14 | E4 | 24 | 45 |
| Octal | 223 | 236 | 314 | 34 | 27 | 0 | 24 | 344 | 44 | 105 |
| Binary | 10010011 | 10011110 | 11001100 | 11100 | 10111 | 0 | 10100 | 11100100 | 100100 | 1000101 |
Color Harmonies of #939ECC
Complementary color
Monochromatic Colors of #939ECC
Black with #939ECC
Text Example
Text Example
White with #939ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939ECC; }
p { color: rgb(147,158,204); }
H1.HeaderClassName
{
color: #939ECC;
}
.AnyTagClassName
{
color: #939ECC;
}
</style>
background-color css
<style>
a { background-color: #939ECC; }
a { background-color: rgb(147,158,204); }
div.DivClassName
{
background-color: #939ECC;
}
.BgClassName
{
background-color: #939ECC;
}
</style>
border-color css
<style>
span { border-color: #939ECC; }
span { border-color: rgb(147,158,204); }
td.TdClassName
{
border-color: #939ECC;
}
.TagClassName
{
border-color: #939ECC;
}
</style>