Shades of Portage #9395DD
Tints of Portage #9395DD
RGB
CMYK
RGB Variations
Color information
#9395DD (or 0x9395DD) is known color: Portage. HEX triplet: 93, 95 and DD. RGB value is (147,149,221). Sum of RGB (Red+Green+Blue) = 147+149+221=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #9395DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395DD is #6C6A22. Grayscale: #9C9C9C. Windows color (decimal): -7105059 or 14521747. OLE color: 14521747.
HSL color Cylindrical-coordinate representation of color #9395DD: hue angle of 238.38º 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 #9395DD is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 149 | 221 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.13 |
| HSL | 238.38º | 0.52% | 0.72% | - |
| HSV(B) | 238.38º | 0.33% | 0.87% | - |
| XYZ | 35.83 | 32.92 | 72.87 | - |
| YUV | 156.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 221 | 0.33 | 0.33 | 0 | 0.13 | 238.38 | 0.52 | 0.72 |
| Hex | 93 | 95 | DD | 21 | 21 | 0 | D | EE | 34 | 48 |
| Octal | 223 | 225 | 335 | 41 | 41 | 0 | 15 | 356 | 64 | 110 |
| Binary | 10010011 | 10010101 | 11011101 | 100001 | 100001 | 0 | 1101 | 11101110 | 110100 | 1001000 |
Color Harmonies of #9395DD
Complementary color
Monochromatic Colors of #9395DD
Black with #9395DD
Text Example
Text Example
White with #9395DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395DD; }
p { color: rgb(147,149,221); }
H1.HeaderClassName
{
color: #9395DD;
}
.AnyTagClassName
{
color: #9395DD;
}
</style>
background-color css
<style>
a { background-color: #9395DD; }
a { background-color: rgb(147,149,221); }
div.DivClassName
{
background-color: #9395DD;
}
.BgClassName
{
background-color: #9395DD;
}
</style>
border-color css
<style>
span { border-color: #9395DD; }
span { border-color: rgb(147,149,221); }
td.TdClassName
{
border-color: #9395DD;
}
.TagClassName
{
border-color: #9395DD;
}
</style>