Shades of Portage #939ECB
Tints of Portage #939ECB
RGB
CMYK
RGB Variations
Color information
#939ECB (or 0x939ECB) is known color: Portage. HEX triplet: 93, 9E and CB. RGB value is (147,158,203). Sum of RGB (Red+Green+Blue) = 147+158+203=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #939ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ECB is #6C6134. Grayscale: #9F9F9F. Windows color (decimal): -7102773 or 13344403. OLE color: 13344403.
HSL color Cylindrical-coordinate representation of color #939ECB: hue angle of 228.21º degrees, saturation: 0.35, 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 #939ECB is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 158 | 203 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.20 |
| HSL | 228.21º | 0.35% | 0.69% | - |
| HSV(B) | 228.21º | 0.28% | 0.8% | - |
| XYZ | 35.04 | 34.97 | 61.4 | - |
| YUV | 159.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 203 | 0.28 | 0.22 | 0 | 0.20 | 228.21 | 0.35 | 0.69 |
| Hex | 93 | 9E | CB | 1C | 16 | 0 | 14 | E4 | 23 | 45 |
| Octal | 223 | 236 | 313 | 34 | 26 | 0 | 24 | 344 | 43 | 105 |
| Binary | 10010011 | 10011110 | 11001011 | 11100 | 10110 | 0 | 10100 | 11100100 | 100011 | 1000101 |
Color Harmonies of #939ECB
Complementary color
Monochromatic Colors of #939ECB
Black with #939ECB
Text Example
Text Example
White with #939ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939ECB; }
p { color: rgb(147,158,203); }
H1.HeaderClassName
{
color: #939ECB;
}
.AnyTagClassName
{
color: #939ECB;
}
</style>
background-color css
<style>
a { background-color: #939ECB; }
a { background-color: rgb(147,158,203); }
div.DivClassName
{
background-color: #939ECB;
}
.BgClassName
{
background-color: #939ECB;
}
</style>
border-color css
<style>
span { border-color: #939ECB; }
span { border-color: rgb(147,158,203); }
td.TdClassName
{
border-color: #939ECB;
}
.TagClassName
{
border-color: #939ECB;
}
</style>