Shades of Portage #939FE8
Tints of Portage #939FE8
RGB
CMYK
RGB Variations
Color information
#939FE8 (or 0x939FE8) is known color: Portage. HEX triplet: 93, 9F and E8. RGB value is (147,159,232). Sum of RGB (Red+Green+Blue) = 147+159+232=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #939FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939FE8 is #6C6017. Grayscale: #A3A3A3. Windows color (decimal): -7102488 or 15245203. OLE color: 15245203.
HSL color Cylindrical-coordinate representation of color #939FE8: hue angle of 231.53º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #939FE8 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 159 | 232 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.09 |
| HSL | 231.53º | 0.65% | 0.74% | - |
| HSV(B) | 231.53º | 0.37% | 0.91% | - |
| XYZ | 39 | 36.83 | 81.4 | - |
| YUV | 163.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 232 | 0.37 | 0.31 | 0 | 0.09 | 231.53 | 0.65 | 0.74 |
| Hex | 93 | 9F | E8 | 25 | 1F | 0 | 9 | E8 | 41 | 4A |
| Octal | 223 | 237 | 350 | 45 | 37 | 0 | 11 | 350 | 101 | 112 |
| Binary | 10010011 | 10011111 | 11101000 | 100101 | 11111 | 0 | 1001 | 11101000 | 1000001 | 1001010 |
Color Harmonies of #939FE8
Complementary color
Monochromatic Colors of #939FE8
Black with #939FE8
Text Example
Text Example
White with #939FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FE8; }
p { color: rgb(147,159,232); }
H1.HeaderClassName
{
color: #939FE8;
}
.AnyTagClassName
{
color: #939FE8;
}
</style>
background-color css
<style>
a { background-color: #939FE8; }
a { background-color: rgb(147,159,232); }
div.DivClassName
{
background-color: #939FE8;
}
.BgClassName
{
background-color: #939FE8;
}
</style>
border-color css
<style>
span { border-color: #939FE8; }
span { border-color: rgb(147,159,232); }
td.TdClassName
{
border-color: #939FE8;
}
.TagClassName
{
border-color: #939FE8;
}
</style>