Shades of Portage #939DCC
Tints of Portage #939DCC
RGB
CMYK
RGB Variations
Color information
#939DCC (or 0x939DCC) is known color: Portage. HEX triplet: 93, 9D and CC. RGB value is (147,157,204). Sum of RGB (Red+Green+Blue) = 147+157+204=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #939DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DCC is #6C6233. Grayscale: #9F9F9F. Windows color (decimal): -7103028 or 13409683. OLE color: 13409683.
HSL color Cylindrical-coordinate representation of color #939DCC: hue angle of 229.47º degrees, saturation: 0.36, 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 #939DCC is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 157 | 204 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.2 |
| HSL | 229.47º | 0.36% | 0.69% | - |
| HSV(B) | 229.47º | 0.28% | 0.8% | - |
| XYZ | 34.99 | 34.68 | 61.98 | - |
| YUV | 159.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 204 | 0.28 | 0.23 | 0 | 0.2 | 229.47 | 0.36 | 0.69 |
| Hex | 93 | 9D | CC | 1C | 17 | 0 | 14 | E5 | 24 | 45 |
| Octal | 223 | 235 | 314 | 34 | 27 | 0 | 24 | 345 | 44 | 105 |
| Binary | 10010011 | 10011101 | 11001100 | 11100 | 10111 | 0 | 10100 | 11100101 | 100100 | 1000101 |
Color Harmonies of #939DCC
Complementary color
Monochromatic Colors of #939DCC
Black with #939DCC
Text Example
Text Example
White with #939DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DCC; }
p { color: rgb(147,157,204); }
H1.HeaderClassName
{
color: #939DCC;
}
.AnyTagClassName
{
color: #939DCC;
}
</style>
background-color css
<style>
a { background-color: #939DCC; }
a { background-color: rgb(147,157,204); }
div.DivClassName
{
background-color: #939DCC;
}
.BgClassName
{
background-color: #939DCC;
}
</style>
border-color css
<style>
span { border-color: #939DCC; }
span { border-color: rgb(147,157,204); }
td.TdClassName
{
border-color: #939DCC;
}
.TagClassName
{
border-color: #939DCC;
}
</style>