Shades of Portage #939DF0
Tints of Portage #939DF0
RGB
CMYK
RGB Variations
Color information
#939DF0 (or 0x939DF0) is known color: Portage. HEX triplet: 93, 9D and F0. RGB value is (147,157,240). Sum of RGB (Red+Green+Blue) = 147+157+240=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #939DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939DF0 is #6C620F. Grayscale: #A3A3A3. Windows color (decimal): -7102992 or 15768979. OLE color: 15768979.
HSL color Cylindrical-coordinate representation of color #939DF0: hue angle of 233.55º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #939DF0 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 157 | 240 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.06 |
| HSL | 233.55º | 0.76% | 0.76% | - |
| HSV(B) | 233.55º | 0.39% | 0.94% | - |
| XYZ | 39.82 | 36.61 | 87.41 | - |
| YUV | 163.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 240 | 0.39 | 0.35 | 0 | 0.06 | 233.55 | 0.76 | 0.76 |
| Hex | 93 | 9D | F0 | 27 | 23 | 0 | 6 | EA | 4C | 4C |
| Octal | 223 | 235 | 360 | 47 | 43 | 0 | 6 | 352 | 114 | 114 |
| Binary | 10010011 | 10011101 | 11110000 | 100111 | 100011 | 0 | 110 | 11101010 | 1001100 | 1001100 |
Color Harmonies of #939DF0
Complementary color
Monochromatic Colors of #939DF0
Black with #939DF0
Text Example
Text Example
White with #939DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DF0; }
p { color: rgb(147,157,240); }
H1.HeaderClassName
{
color: #939DF0;
}
.AnyTagClassName
{
color: #939DF0;
}
</style>
background-color css
<style>
a { background-color: #939DF0; }
a { background-color: rgb(147,157,240); }
div.DivClassName
{
background-color: #939DF0;
}
.BgClassName
{
background-color: #939DF0;
}
</style>
border-color css
<style>
span { border-color: #939DF0; }
span { border-color: rgb(147,157,240); }
td.TdClassName
{
border-color: #939DF0;
}
.TagClassName
{
border-color: #939DF0;
}
</style>