Shades of Portage #939FF2
Tints of Portage #939FF2
RGB
CMYK
RGB Variations
Color information
#939FF2 (or 0x939FF2) is known color: Portage. HEX triplet: 93, 9F and F2. RGB value is (147,159,242). Sum of RGB (Red+Green+Blue) = 147+159+242=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #939FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939FF2 is #6C600D. Grayscale: #A4A4A4. Windows color (decimal): -7102478 or 15900563. OLE color: 15900563.
HSL color Cylindrical-coordinate representation of color #939FF2: hue angle of 232.42º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #939FF2 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 159 | 242 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.05 |
| HSL | 232.42º | 0.79% | 0.76% | - |
| HSV(B) | 232.42º | 0.39% | 0.95% | - |
| XYZ | 40.46 | 37.41 | 89.09 | - |
| YUV | 164.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 242 | 0.39 | 0.34 | 0 | 0.05 | 232.42 | 0.79 | 0.76 |
| Hex | 93 | 9F | F2 | 27 | 22 | 0 | 5 | E8 | 4F | 4C |
| Octal | 223 | 237 | 362 | 47 | 42 | 0 | 5 | 350 | 117 | 114 |
| Binary | 10010011 | 10011111 | 11110010 | 100111 | 100010 | 0 | 101 | 11101000 | 1001111 | 1001100 |
Color Harmonies of #939FF2
Complementary color
Monochromatic Colors of #939FF2
Black with #939FF2
Text Example
Text Example
White with #939FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FF2; }
p { color: rgb(147,159,242); }
H1.HeaderClassName
{
color: #939FF2;
}
.AnyTagClassName
{
color: #939FF2;
}
</style>
background-color css
<style>
a { background-color: #939FF2; }
a { background-color: rgb(147,159,242); }
div.DivClassName
{
background-color: #939FF2;
}
.BgClassName
{
background-color: #939FF2;
}
</style>
border-color css
<style>
span { border-color: #939FF2; }
span { border-color: rgb(147,159,242); }
td.TdClassName
{
border-color: #939FF2;
}
.TagClassName
{
border-color: #939FF2;
}
</style>