Shades of Portage #938FEB
Tints of Portage #938FEB
RGB
CMYK
RGB Variations
Color information
#938FEB (or 0x938FEB) is known color: Portage. HEX triplet: 93, 8F and EB. RGB value is (147,143,235). Sum of RGB (Red+Green+Blue) = 147+143+235=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #938FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938FEB is #6C7014. Grayscale: #9A9A9A. Windows color (decimal): -7106581 or 15437715. OLE color: 15437715.
HSL color Cylindrical-coordinate representation of color #938FEB: hue angle of 242.61º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #938FEB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 143 | 235 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.08 |
| HSL | 242.61º | 0.7% | 0.74% | - |
| HSV(B) | 242.61º | 0.39% | 0.92% | - |
| XYZ | 36.85 | 31.85 | 82.8 | - |
| YUV | 154.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 235 | 0.37 | 0.39 | 0 | 0.08 | 242.61 | 0.7 | 0.74 |
| Hex | 93 | 8F | EB | 25 | 27 | 0 | 8 | F3 | 46 | 4A |
| Octal | 223 | 217 | 353 | 45 | 47 | 0 | 10 | 363 | 106 | 112 |
| Binary | 10010011 | 10001111 | 11101011 | 100101 | 100111 | 0 | 1000 | 11110011 | 1000110 | 1001010 |
Color Harmonies of #938FEB
Complementary color
Monochromatic Colors of #938FEB
Black with #938FEB
Text Example
Text Example
White with #938FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FEB; }
p { color: rgb(147,143,235); }
H1.HeaderClassName
{
color: #938FEB;
}
.AnyTagClassName
{
color: #938FEB;
}
</style>
background-color css
<style>
a { background-color: #938FEB; }
a { background-color: rgb(147,143,235); }
div.DivClassName
{
background-color: #938FEB;
}
.BgClassName
{
background-color: #938FEB;
}
</style>
border-color css
<style>
span { border-color: #938FEB; }
span { border-color: rgb(147,143,235); }
td.TdClassName
{
border-color: #938FEB;
}
.TagClassName
{
border-color: #938FEB;
}
</style>