Shades of Portage #939CFC
Tints of Portage #939CFC
RGB
CMYK
RGB Variations
Color information
#939CFC (or 0x939CFC) is known color: Portage. HEX triplet: 93, 9C and FC. RGB value is (147,156,252). Sum of RGB (Red+Green+Blue) = 147+156+252=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #939CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939CFC is #6C6303. Grayscale: #A3A3A3. Windows color (decimal): -7103236 or 16555155. OLE color: 16555155.
HSL color Cylindrical-coordinate representation of color #939CFC: hue angle of 234.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #939CFC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 156 | 252 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.01 |
| HSL | 234.86º | 0.95% | 0.78% | - |
| HSV(B) | 234.86º | 0.42% | 0.99% | - |
| XYZ | 41.49 | 37.01 | 97.05 | - |
| YUV | 164.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 252 | 0.42 | 0.38 | 0 | 0.01 | 234.86 | 0.95 | 0.78 |
| Hex | 93 | 9C | FC | 2A | 26 | 0 | 1 | EB | 5F | 4E |
| Octal | 223 | 234 | 374 | 52 | 46 | 0 | 1 | 353 | 137 | 116 |
| Binary | 10010011 | 10011100 | 11111100 | 101010 | 100110 | 0 | 1 | 11101011 | 1011111 | 1001110 |
Color Harmonies of #939CFC
Complementary color
Monochromatic Colors of #939CFC
Black with #939CFC
Text Example
Text Example
White with #939CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939CFC; }
p { color: rgb(147,156,252); }
H1.HeaderClassName
{
color: #939CFC;
}
.AnyTagClassName
{
color: #939CFC;
}
</style>
background-color css
<style>
a { background-color: #939CFC; }
a { background-color: rgb(147,156,252); }
div.DivClassName
{
background-color: #939CFC;
}
.BgClassName
{
background-color: #939CFC;
}
</style>
border-color css
<style>
span { border-color: #939CFC; }
span { border-color: rgb(147,156,252); }
td.TdClassName
{
border-color: #939CFC;
}
.TagClassName
{
border-color: #939CFC;
}
</style>