Shades of Portage #939BE3
Tints of Portage #939BE3
RGB
CMYK
RGB Variations
Color information
#939BE3 (or 0x939BE3) is known color: Portage. HEX triplet: 93, 9B and E3. RGB value is (147,155,227). Sum of RGB (Red+Green+Blue) = 147+155+227=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #939BE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BE3 is #6C641C. Grayscale: #A0A0A0. Windows color (decimal): -7103517 or 14916499. OLE color: 14916499.
HSL color Cylindrical-coordinate representation of color #939BE3: hue angle of 234º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #939BE3 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 155 | 227 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.11 |
| HSL | 234º | 0.59% | 0.73% | - |
| HSV(B) | 234º | 0.35% | 0.89% | - |
| XYZ | 37.62 | 35.19 | 77.48 | - |
| YUV | 160.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 227 | 0.35 | 0.32 | 0 | 0.11 | 234 | 0.59 | 0.73 |
| Hex | 93 | 9B | E3 | 23 | 20 | 0 | B | EA | 3B | 49 |
| Octal | 223 | 233 | 343 | 43 | 40 | 0 | 13 | 352 | 73 | 111 |
| Binary | 10010011 | 10011011 | 11100011 | 100011 | 100000 | 0 | 1011 | 11101010 | 111011 | 1001001 |
Color Harmonies of #939BE3
Complementary color
Monochromatic Colors of #939BE3
Black with #939BE3
Text Example
Text Example
White with #939BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BE3; }
p { color: rgb(147,155,227); }
H1.HeaderClassName
{
color: #939BE3;
}
.AnyTagClassName
{
color: #939BE3;
}
</style>
background-color css
<style>
a { background-color: #939BE3; }
a { background-color: rgb(147,155,227); }
div.DivClassName
{
background-color: #939BE3;
}
.BgClassName
{
background-color: #939BE3;
}
</style>
border-color css
<style>
span { border-color: #939BE3; }
span { border-color: rgb(147,155,227); }
td.TdClassName
{
border-color: #939BE3;
}
.TagClassName
{
border-color: #939BE3;
}
</style>