Shades of Portage #939CED
Tints of Portage #939CED
RGB
CMYK
RGB Variations
Color information
#939CED (or 0x939CED) is known color: Portage. HEX triplet: 93, 9C and ED. RGB value is (147,156,237). Sum of RGB (Red+Green+Blue) = 147+156+237=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #939CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939CED is #6C6312. Grayscale: #A2A2A2. Windows color (decimal): -7103251 or 15572115. OLE color: 15572115.
HSL color Cylindrical-coordinate representation of color #939CED: hue angle of 234º degrees, saturation: 0.71, 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 #939CED is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 156 | 237 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.07 |
| HSL | 234º | 0.71% | 0.75% | - |
| HSV(B) | 234º | 0.38% | 0.93% | - |
| XYZ | 39.21 | 36.09 | 85.02 | - |
| YUV | 162.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 237 | 0.38 | 0.34 | 0 | 0.07 | 234 | 0.71 | 0.75 |
| Hex | 93 | 9C | ED | 26 | 22 | 0 | 7 | EA | 47 | 4B |
| Octal | 223 | 234 | 355 | 46 | 42 | 0 | 7 | 352 | 107 | 113 |
| Binary | 10010011 | 10011100 | 11101101 | 100110 | 100010 | 0 | 111 | 11101010 | 1000111 | 1001011 |
Color Harmonies of #939CED
Complementary color
Monochromatic Colors of #939CED
Black with #939CED
Text Example
Text Example
White with #939CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CED; }
p { color: rgb(147,156,237); }
H1.HeaderClassName
{
color: #939CED;
}
.AnyTagClassName
{
color: #939CED;
}
</style>
background-color css
<style>
a { background-color: #939CED; }
a { background-color: rgb(147,156,237); }
div.DivClassName
{
background-color: #939CED;
}
.BgClassName
{
background-color: #939CED;
}
</style>
border-color css
<style>
span { border-color: #939CED; }
span { border-color: rgb(147,156,237); }
td.TdClassName
{
border-color: #939CED;
}
.TagClassName
{
border-color: #939CED;
}
</style>