Shades of Portage #939CEC
Tints of Portage #939CEC
RGB
CMYK
RGB Variations
Color information
#939CEC (or 0x939CEC) is known color: Portage. HEX triplet: 93, 9C and EC. RGB value is (147,156,236). Sum of RGB (Red+Green+Blue) = 147+156+236=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #939CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939CEC is #6C6313. Grayscale: #A2A2A2. Windows color (decimal): -7103252 or 15506579. OLE color: 15506579.
HSL color Cylindrical-coordinate representation of color #939CEC: hue angle of 233.93º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #939CEC is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 156 | 236 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.07 |
| HSL | 233.93º | 0.7% | 0.75% | - |
| HSV(B) | 233.93º | 0.38% | 0.93% | - |
| XYZ | 39.06 | 36.04 | 84.25 | - |
| YUV | 162.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 236 | 0.38 | 0.34 | 0 | 0.07 | 233.93 | 0.7 | 0.75 |
| Hex | 93 | 9C | EC | 26 | 22 | 0 | 7 | EA | 46 | 4B |
| Octal | 223 | 234 | 354 | 46 | 42 | 0 | 7 | 352 | 106 | 113 |
| Binary | 10010011 | 10011100 | 11101100 | 100110 | 100010 | 0 | 111 | 11101010 | 1000110 | 1001011 |
Color Harmonies of #939CEC
Complementary color
Monochromatic Colors of #939CEC
Black with #939CEC
Text Example
Text Example
White with #939CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CEC; }
p { color: rgb(147,156,236); }
H1.HeaderClassName
{
color: #939CEC;
}
.AnyTagClassName
{
color: #939CEC;
}
</style>
background-color css
<style>
a { background-color: #939CEC; }
a { background-color: rgb(147,156,236); }
div.DivClassName
{
background-color: #939CEC;
}
.BgClassName
{
background-color: #939CEC;
}
</style>
border-color css
<style>
span { border-color: #939CEC; }
span { border-color: rgb(147,156,236); }
td.TdClassName
{
border-color: #939CEC;
}
.TagClassName
{
border-color: #939CEC;
}
</style>