Shades of Portage #939CCD
Tints of Portage #939CCD
RGB
CMYK
RGB Variations
Color information
#939CCD (or 0x939CCD) is known color: Portage. HEX triplet: 93, 9C and CD. RGB value is (147,156,205). Sum of RGB (Red+Green+Blue) = 147+156+205=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #939CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CCD is #6C6332. Grayscale: #9E9E9E. Windows color (decimal): -7103283 or 13474963. OLE color: 13474963.
HSL color Cylindrical-coordinate representation of color #939CCD: hue angle of 230.69º 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 #939CCD is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 156 | 205 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.20 |
| HSL | 230.69º | 0.37% | 0.69% | - |
| HSV(B) | 230.69º | 0.28% | 0.8% | - |
| XYZ | 34.94 | 34.39 | 62.55 | - |
| YUV | 158.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 205 | 0.28 | 0.24 | 0 | 0.20 | 230.69 | 0.37 | 0.69 |
| Hex | 93 | 9C | CD | 1C | 18 | 0 | 14 | E7 | 25 | 45 |
| Octal | 223 | 234 | 315 | 34 | 30 | 0 | 24 | 347 | 45 | 105 |
| Binary | 10010011 | 10011100 | 11001101 | 11100 | 11000 | 0 | 10100 | 11100111 | 100101 | 1000101 |
Color Harmonies of #939CCD
Complementary color
Monochromatic Colors of #939CCD
Black with #939CCD
Text Example
Text Example
White with #939CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CCD; }
p { color: rgb(147,156,205); }
H1.HeaderClassName
{
color: #939CCD;
}
.AnyTagClassName
{
color: #939CCD;
}
</style>
background-color css
<style>
a { background-color: #939CCD; }
a { background-color: rgb(147,156,205); }
div.DivClassName
{
background-color: #939CCD;
}
.BgClassName
{
background-color: #939CCD;
}
</style>
border-color css
<style>
span { border-color: #939CCD; }
span { border-color: rgb(147,156,205); }
td.TdClassName
{
border-color: #939CCD;
}
.TagClassName
{
border-color: #939CCD;
}
</style>