Shades of Portage #938FE9
Tints of Portage #938FE9
RGB
CMYK
RGB Variations
Color information
#938FE9 (or 0x938FE9) is known color: Portage. HEX triplet: 93, 8F and E9. RGB value is (147,143,233). Sum of RGB (Red+Green+Blue) = 147+143+233=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #938FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938FE9 is #6C7016. Grayscale: #9A9A9A. Windows color (decimal): -7106583 or 15306643. OLE color: 15306643.
HSL color Cylindrical-coordinate representation of color #938FE9: hue angle of 242.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #938FE9 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 143 | 233 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.09 |
| HSL | 242.67º | 0.67% | 0.74% | - |
| HSV(B) | 242.67º | 0.39% | 0.91% | - |
| XYZ | 36.56 | 31.73 | 81.29 | - |
| YUV | 154.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 233 | 0.37 | 0.39 | 0 | 0.09 | 242.67 | 0.67 | 0.74 |
| Hex | 93 | 8F | E9 | 25 | 27 | 0 | 9 | F3 | 43 | 4A |
| Octal | 223 | 217 | 351 | 45 | 47 | 0 | 11 | 363 | 103 | 112 |
| Binary | 10010011 | 10001111 | 11101001 | 100101 | 100111 | 0 | 1001 | 11110011 | 1000011 | 1001010 |
Color Harmonies of #938FE9
Complementary color
Monochromatic Colors of #938FE9
Black with #938FE9
Text Example
Text Example
White with #938FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FE9; }
p { color: rgb(147,143,233); }
H1.HeaderClassName
{
color: #938FE9;
}
.AnyTagClassName
{
color: #938FE9;
}
</style>
background-color css
<style>
a { background-color: #938FE9; }
a { background-color: rgb(147,143,233); }
div.DivClassName
{
background-color: #938FE9;
}
.BgClassName
{
background-color: #938FE9;
}
</style>
border-color css
<style>
span { border-color: #938FE9; }
span { border-color: rgb(147,143,233); }
td.TdClassName
{
border-color: #938FE9;
}
.TagClassName
{
border-color: #938FE9;
}
</style>