Shades of Portage #939CDA
Tints of Portage #939CDA
RGB
CMYK
RGB Variations
Color information
#939CDA (or 0x939CDA) is known color: Portage. HEX triplet: 93, 9C and DA. RGB value is (147,156,218). Sum of RGB (Red+Green+Blue) = 147+156+218=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #939CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CDA is #6C6325. Grayscale: #A0A0A0. Windows color (decimal): -7103270 or 14326931. OLE color: 14326931.
HSL color Cylindrical-coordinate representation of color #939CDA: hue angle of 232.39º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939CDA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 156 | 218 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.15 |
| HSL | 232.39º | 0.49% | 0.72% | - |
| HSV(B) | 232.39º | 0.33% | 0.85% | - |
| XYZ | 36.58 | 35.04 | 71.17 | - |
| YUV | 160.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 218 | 0.33 | 0.28 | 0 | 0.15 | 232.39 | 0.49 | 0.72 |
| Hex | 93 | 9C | DA | 21 | 1C | 0 | F | E8 | 31 | 48 |
| Octal | 223 | 234 | 332 | 41 | 34 | 0 | 17 | 350 | 61 | 110 |
| Binary | 10010011 | 10011100 | 11011010 | 100001 | 11100 | 0 | 1111 | 11101000 | 110001 | 1001000 |
Color Harmonies of #939CDA
Complementary color
Monochromatic Colors of #939CDA
Black with #939CDA
Text Example
Text Example
White with #939CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CDA; }
p { color: rgb(147,156,218); }
H1.HeaderClassName
{
color: #939CDA;
}
.AnyTagClassName
{
color: #939CDA;
}
</style>
background-color css
<style>
a { background-color: #939CDA; }
a { background-color: rgb(147,156,218); }
div.DivClassName
{
background-color: #939CDA;
}
.BgClassName
{
background-color: #939CDA;
}
</style>
border-color css
<style>
span { border-color: #939CDA; }
span { border-color: rgb(147,156,218); }
td.TdClassName
{
border-color: #939CDA;
}
.TagClassName
{
border-color: #939CDA;
}
</style>