Shades of Portage #939DDD
Tints of Portage #939DDD
RGB
CMYK
RGB Variations
Color information
#939DDD (or 0x939DDD) is known color: Portage. HEX triplet: 93, 9D and DD. RGB value is (147,157,221). Sum of RGB (Red+Green+Blue) = 147+157+221=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #939DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DDD is #6C6222. Grayscale: #A1A1A1. Windows color (decimal): -7103011 or 14523795. OLE color: 14523795.
HSL color Cylindrical-coordinate representation of color #939DDD: hue angle of 231.89º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939DDD is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 157 | 221 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.13 |
| HSL | 231.89º | 0.52% | 0.72% | - |
| HSV(B) | 231.89º | 0.33% | 0.87% | - |
| XYZ | 37.14 | 35.54 | 73.31 | - |
| YUV | 161.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 221 | 0.33 | 0.29 | 0 | 0.13 | 231.89 | 0.52 | 0.72 |
| Hex | 93 | 9D | DD | 21 | 1D | 0 | D | E8 | 34 | 48 |
| Octal | 223 | 235 | 335 | 41 | 35 | 0 | 15 | 350 | 64 | 110 |
| Binary | 10010011 | 10011101 | 11011101 | 100001 | 11101 | 0 | 1101 | 11101000 | 110100 | 1001000 |
Color Harmonies of #939DDD
Complementary color
Monochromatic Colors of #939DDD
Black with #939DDD
Text Example
Text Example
White with #939DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DDD; }
p { color: rgb(147,157,221); }
H1.HeaderClassName
{
color: #939DDD;
}
.AnyTagClassName
{
color: #939DDD;
}
</style>
background-color css
<style>
a { background-color: #939DDD; }
a { background-color: rgb(147,157,221); }
div.DivClassName
{
background-color: #939DDD;
}
.BgClassName
{
background-color: #939DDD;
}
</style>
border-color css
<style>
span { border-color: #939DDD; }
span { border-color: rgb(147,157,221); }
td.TdClassName
{
border-color: #939DDD;
}
.TagClassName
{
border-color: #939DDD;
}
</style>