Shades of Portage #939ADC
Tints of Portage #939ADC
RGB
CMYK
RGB Variations
Color information
#939ADC (or 0x939ADC) is known color: Portage. HEX triplet: 93, 9A and DC. RGB value is (147,154,220). Sum of RGB (Red+Green+Blue) = 147+154+220=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #939ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ADC is #6C6523. Grayscale: #9F9F9F. Windows color (decimal): -7103780 or 14457491. OLE color: 14457491.
HSL color Cylindrical-coordinate representation of color #939ADC: hue angle of 234.25º 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 #939ADC is Cyan = 0.33, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 154 | 220 | - |
| CMYK | 0.33 | 0.3 | 0 | 0.14 |
| HSL | 234.25º | 0.51% | 0.72% | - |
| HSV(B) | 234.25º | 0.33% | 0.86% | - |
| XYZ | 36.51 | 34.48 | 72.44 | - |
| YUV | 159.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 220 | 0.33 | 0.3 | 0 | 0.14 | 234.25 | 0.51 | 0.72 |
| Hex | 93 | 9A | DC | 21 | 1E | 0 | E | EA | 33 | 48 |
| Octal | 223 | 232 | 334 | 41 | 36 | 0 | 16 | 352 | 63 | 110 |
| Binary | 10010011 | 10011010 | 11011100 | 100001 | 11110 | 0 | 1110 | 11101010 | 110011 | 1001000 |
Color Harmonies of #939ADC
Complementary color
Monochromatic Colors of #939ADC
Black with #939ADC
Text Example
Text Example
White with #939ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939ADC; }
p { color: rgb(147,154,220); }
H1.HeaderClassName
{
color: #939ADC;
}
.AnyTagClassName
{
color: #939ADC;
}
</style>
background-color css
<style>
a { background-color: #939ADC; }
a { background-color: rgb(147,154,220); }
div.DivClassName
{
background-color: #939ADC;
}
.BgClassName
{
background-color: #939ADC;
}
</style>
border-color css
<style>
span { border-color: #939ADC; }
span { border-color: rgb(147,154,220); }
td.TdClassName
{
border-color: #939ADC;
}
.TagClassName
{
border-color: #939ADC;
}
</style>