Shades of Portage #939CFB
Tints of Portage #939CFB
RGB
CMYK
RGB Variations
Color information
#939CFB (or 0x939CFB) is known color: Portage. HEX triplet: 93, 9C and FB. RGB value is (147,156,251). Sum of RGB (Red+Green+Blue) = 147+156+251=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #939CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939CFB is #6C6304. Grayscale: #A3A3A3. Windows color (decimal): -7103237 or 16489619. OLE color: 16489619.
HSL color Cylindrical-coordinate representation of color #939CFB: hue angle of 234.81º 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 #939CFB is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 156 | 251 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.02 |
| HSL | 234.81º | 0.93% | 0.78% | - |
| HSV(B) | 234.81º | 0.41% | 0.98% | - |
| XYZ | 41.33 | 36.95 | 96.22 | - |
| YUV | 164.14 | 177.02 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 251 | 0.41 | 0.38 | 0 | 0.02 | 234.81 | 0.93 | 0.78 |
| Hex | 93 | 9C | FB | 29 | 26 | 0 | 2 | EB | 5D | 4E |
| Octal | 223 | 234 | 373 | 51 | 46 | 0 | 2 | 353 | 135 | 116 |
| Binary | 10010011 | 10011100 | 11111011 | 101001 | 100110 | 0 | 10 | 11101011 | 1011101 | 1001110 |
Color Harmonies of #939CFB
Complementary color
Monochromatic Colors of #939CFB
Black with #939CFB
Text Example
Text Example
White with #939CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CFB; }
p { color: rgb(147,156,251); }
H1.HeaderClassName
{
color: #939CFB;
}
.AnyTagClassName
{
color: #939CFB;
}
</style>
background-color css
<style>
a { background-color: #939CFB; }
a { background-color: rgb(147,156,251); }
div.DivClassName
{
background-color: #939CFB;
}
.BgClassName
{
background-color: #939CFB;
}
</style>
border-color css
<style>
span { border-color: #939CFB; }
span { border-color: rgb(147,156,251); }
td.TdClassName
{
border-color: #939CFB;
}
.TagClassName
{
border-color: #939CFB;
}
</style>