Shades of Portage #939DFB
Tints of Portage #939DFB
RGB
CMYK
RGB Variations
Color information
#939DFB (or 0x939DFB) is known color: Portage. HEX triplet: 93, 9D and FB. RGB value is (147,157,251). Sum of RGB (Red+Green+Blue) = 147+157+251=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #939DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939DFB is #6C6204. Grayscale: #A4A4A4. Windows color (decimal): -7102981 or 16489875. OLE color: 16489875.
HSL color Cylindrical-coordinate representation of color #939DFB: hue angle of 234.23º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #939DFB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 157 | 251 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.02 |
| HSL | 234.23º | 0.93% | 0.78% | - |
| HSV(B) | 234.23º | 0.41% | 0.98% | - |
| XYZ | 41.5 | 37.28 | 96.28 | - |
| YUV | 164.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 251 | 0.41 | 0.37 | 0 | 0.02 | 234.23 | 0.93 | 0.78 |
| Hex | 93 | 9D | FB | 29 | 25 | 0 | 2 | EA | 5D | 4E |
| Octal | 223 | 235 | 373 | 51 | 45 | 0 | 2 | 352 | 135 | 116 |
| Binary | 10010011 | 10011101 | 11111011 | 101001 | 100101 | 0 | 10 | 11101010 | 1011101 | 1001110 |
Color Harmonies of #939DFB
Complementary color
Monochromatic Colors of #939DFB
Black with #939DFB
Text Example
Text Example
White with #939DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939DFB; }
p { color: rgb(147,157,251); }
H1.HeaderClassName
{
color: #939DFB;
}
.AnyTagClassName
{
color: #939DFB;
}
</style>
background-color css
<style>
a { background-color: #939DFB; }
a { background-color: rgb(147,157,251); }
div.DivClassName
{
background-color: #939DFB;
}
.BgClassName
{
background-color: #939DFB;
}
</style>
border-color css
<style>
span { border-color: #939DFB; }
span { border-color: rgb(147,157,251); }
td.TdClassName
{
border-color: #939DFB;
}
.TagClassName
{
border-color: #939DFB;
}
</style>