Shades of Portage #939FDF
Tints of Portage #939FDF
RGB
CMYK
RGB Variations
Color information
#939FDF (or 0x939FDF) is known color: Portage. HEX triplet: 93, 9F and DF. RGB value is (147,159,223). Sum of RGB (Red+Green+Blue) = 147+159+223=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #939FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FDF is #6C6020. Grayscale: #A2A2A2. Windows color (decimal): -7102497 or 14655379. OLE color: 14655379.
HSL color Cylindrical-coordinate representation of color #939FDF: hue angle of 230.53º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #939FDF is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 159 | 223 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.13 |
| HSL | 230.53º | 0.54% | 0.73% | - |
| HSV(B) | 230.53º | 0.34% | 0.87% | - |
| XYZ | 37.75 | 36.33 | 74.83 | - |
| YUV | 162.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 223 | 0.34 | 0.29 | 0 | 0.13 | 230.53 | 0.54 | 0.73 |
| Hex | 93 | 9F | DF | 22 | 1D | 0 | D | E7 | 36 | 49 |
| Octal | 223 | 237 | 337 | 42 | 35 | 0 | 15 | 347 | 66 | 111 |
| Binary | 10010011 | 10011111 | 11011111 | 100010 | 11101 | 0 | 1101 | 11100111 | 110110 | 1001001 |
Color Harmonies of #939FDF
Complementary color
Monochromatic Colors of #939FDF
Black with #939FDF
Text Example
Text Example
White with #939FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FDF; }
p { color: rgb(147,159,223); }
H1.HeaderClassName
{
color: #939FDF;
}
.AnyTagClassName
{
color: #939FDF;
}
</style>
background-color css
<style>
a { background-color: #939FDF; }
a { background-color: rgb(147,159,223); }
div.DivClassName
{
background-color: #939FDF;
}
.BgClassName
{
background-color: #939FDF;
}
</style>
border-color css
<style>
span { border-color: #939FDF; }
span { border-color: rgb(147,159,223); }
td.TdClassName
{
border-color: #939FDF;
}
.TagClassName
{
border-color: #939FDF;
}
</style>