Shades of Portage #939BDC
Tints of Portage #939BDC
RGB
CMYK
RGB Variations
Color information
#939BDC (or 0x939BDC) is known color: Portage. HEX triplet: 93, 9B and DC. RGB value is (147,155,220). Sum of RGB (Red+Green+Blue) = 147+155+220=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #939BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BDC is #6C6423. Grayscale: #9F9F9F. Windows color (decimal): -7103524 or 14457747. OLE color: 14457747.
HSL color Cylindrical-coordinate representation of color #939BDC: hue angle of 233.42º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939BDC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 155 | 220 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.14 |
| HSL | 233.42º | 0.51% | 0.72% | - |
| HSV(B) | 233.42º | 0.33% | 0.86% | - |
| XYZ | 36.67 | 34.81 | 72.5 | - |
| YUV | 160.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 220 | 0.33 | 0.30 | 0 | 0.14 | 233.42 | 0.51 | 0.72 |
| Hex | 93 | 9B | DC | 21 | 1E | 0 | E | E9 | 33 | 48 |
| Octal | 223 | 233 | 334 | 41 | 36 | 0 | 16 | 351 | 63 | 110 |
| Binary | 10010011 | 10011011 | 11011100 | 100001 | 11110 | 0 | 1110 | 11101001 | 110011 | 1001000 |
Color Harmonies of #939BDC
Complementary color
Monochromatic Colors of #939BDC
Black with #939BDC
Text Example
Text Example
White with #939BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BDC; }
p { color: rgb(147,155,220); }
H1.HeaderClassName
{
color: #939BDC;
}
.AnyTagClassName
{
color: #939BDC;
}
</style>
background-color css
<style>
a { background-color: #939BDC; }
a { background-color: rgb(147,155,220); }
div.DivClassName
{
background-color: #939BDC;
}
.BgClassName
{
background-color: #939BDC;
}
</style>
border-color css
<style>
span { border-color: #939BDC; }
span { border-color: rgb(147,155,220); }
td.TdClassName
{
border-color: #939BDC;
}
.TagClassName
{
border-color: #939BDC;
}
</style>