Shades of Portage #939DCD
Tints of Portage #939DCD
RGB
CMYK
RGB Variations
Color information
#939DCD (or 0x939DCD) is known color: Portage. HEX triplet: 93, 9D and CD. RGB value is (147,157,205). Sum of RGB (Red+Green+Blue) = 147+157+205=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #939DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DCD is #6C6232. Grayscale: #9F9F9F. Windows color (decimal): -7103027 or 13475219. OLE color: 13475219.
HSL color Cylindrical-coordinate representation of color #939DCD: hue angle of 229.66º degrees, saturation: 0.37, 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 #939DCD is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 157 | 205 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.20 |
| HSL | 229.66º | 0.37% | 0.69% | - |
| HSV(B) | 229.66º | 0.28% | 0.8% | - |
| XYZ | 35.11 | 34.72 | 62.61 | - |
| YUV | 159.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 205 | 0.28 | 0.23 | 0 | 0.20 | 229.66 | 0.37 | 0.69 |
| Hex | 93 | 9D | CD | 1C | 17 | 0 | 14 | E6 | 25 | 45 |
| Octal | 223 | 235 | 315 | 34 | 27 | 0 | 24 | 346 | 45 | 105 |
| Binary | 10010011 | 10011101 | 11001101 | 11100 | 10111 | 0 | 10100 | 11100110 | 100101 | 1000101 |
Color Harmonies of #939DCD
Complementary color
Monochromatic Colors of #939DCD
Black with #939DCD
Text Example
Text Example
White with #939DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DCD; }
p { color: rgb(147,157,205); }
H1.HeaderClassName
{
color: #939DCD;
}
.AnyTagClassName
{
color: #939DCD;
}
</style>
background-color css
<style>
a { background-color: #939DCD; }
a { background-color: rgb(147,157,205); }
div.DivClassName
{
background-color: #939DCD;
}
.BgClassName
{
background-color: #939DCD;
}
</style>
border-color css
<style>
span { border-color: #939DCD; }
span { border-color: rgb(147,157,205); }
td.TdClassName
{
border-color: #939DCD;
}
.TagClassName
{
border-color: #939DCD;
}
</style>