Shades of Portage #939DD0
Tints of Portage #939DD0
RGB
CMYK
RGB Variations
Color information
#939DD0 (or 0x939DD0) is known color: Portage. HEX triplet: 93, 9D and D0. RGB value is (147,157,208). Sum of RGB (Red+Green+Blue) = 147+157+208=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #939DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DD0 is #6C622F. Grayscale: #9F9F9F. Windows color (decimal): -7103024 or 13671827. OLE color: 13671827.
HSL color Cylindrical-coordinate representation of color #939DD0: hue angle of 230.16º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939DD0 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 157 | 208 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.18 |
| HSL | 230.16º | 0.39% | 0.7% | - |
| HSV(B) | 230.16º | 0.29% | 0.82% | - |
| XYZ | 35.47 | 34.87 | 64.54 | - |
| YUV | 159.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 208 | 0.29 | 0.25 | 0 | 0.18 | 230.16 | 0.39 | 0.7 |
| Hex | 93 | 9D | D0 | 1D | 19 | 0 | 12 | E6 | 27 | 46 |
| Octal | 223 | 235 | 320 | 35 | 31 | 0 | 22 | 346 | 47 | 106 |
| Binary | 10010011 | 10011101 | 11010000 | 11101 | 11001 | 0 | 10010 | 11100110 | 100111 | 1000110 |
Color Harmonies of #939DD0
Complementary color
Monochromatic Colors of #939DD0
Black with #939DD0
Text Example
Text Example
White with #939DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DD0; }
p { color: rgb(147,157,208); }
H1.HeaderClassName
{
color: #939DD0;
}
.AnyTagClassName
{
color: #939DD0;
}
</style>
background-color css
<style>
a { background-color: #939DD0; }
a { background-color: rgb(147,157,208); }
div.DivClassName
{
background-color: #939DD0;
}
.BgClassName
{
background-color: #939DD0;
}
</style>
border-color css
<style>
span { border-color: #939DD0; }
span { border-color: rgb(147,157,208); }
td.TdClassName
{
border-color: #939DD0;
}
.TagClassName
{
border-color: #939DD0;
}
</style>