Shades of Portage #939BFA
Tints of Portage #939BFA
RGB
CMYK
RGB Variations
Color information
#939BFA (or 0x939BFA) is known color: Portage. HEX triplet: 93, 9B and FA. RGB value is (147,155,250). Sum of RGB (Red+Green+Blue) = 147+155+250=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #939BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939BFA is #6C6405. Grayscale: #A3A3A3. Windows color (decimal): -7103494 or 16423827. OLE color: 16423827.
HSL color Cylindrical-coordinate representation of color #939BFA: hue angle of 235.34º degrees, saturation: 0.91, 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 #939BFA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 155 | 250 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.02 |
| HSL | 235.34º | 0.91% | 0.78% | - |
| HSV(B) | 235.34º | 0.41% | 0.98% | - |
| XYZ | 41.01 | 36.55 | 95.34 | - |
| YUV | 163.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 250 | 0.41 | 0.38 | 0 | 0.02 | 235.34 | 0.91 | 0.78 |
| Hex | 93 | 9B | FA | 29 | 26 | 0 | 2 | EB | 5B | 4E |
| Octal | 223 | 233 | 372 | 51 | 46 | 0 | 2 | 353 | 133 | 116 |
| Binary | 10010011 | 10011011 | 11111010 | 101001 | 100110 | 0 | 10 | 11101011 | 1011011 | 1001110 |
Color Harmonies of #939BFA
Complementary color
Monochromatic Colors of #939BFA
Black with #939BFA
Text Example
Text Example
White with #939BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939BFA; }
p { color: rgb(147,155,250); }
H1.HeaderClassName
{
color: #939BFA;
}
.AnyTagClassName
{
color: #939BFA;
}
</style>
background-color css
<style>
a { background-color: #939BFA; }
a { background-color: rgb(147,155,250); }
div.DivClassName
{
background-color: #939BFA;
}
.BgClassName
{
background-color: #939BFA;
}
</style>
border-color css
<style>
span { border-color: #939BFA; }
span { border-color: rgb(147,155,250); }
td.TdClassName
{
border-color: #939BFA;
}
.TagClassName
{
border-color: #939BFA;
}
</style>