Shades of Portage #9398FC
Tints of Portage #9398FC
RGB
CMYK
RGB Variations
Color information
#9398FC (or 0x9398FC) is known color: Portage. HEX triplet: 93, 98 and FC. RGB value is (147,152,252). Sum of RGB (Red+Green+Blue) = 147+152+252=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #9398FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9398FC is #6C6703. Grayscale: #A1A1A1. Windows color (decimal): -7104260 or 16554131. OLE color: 16554131.
HSL color Cylindrical-coordinate representation of color #9398FC: hue angle of 237.14º 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 #9398FC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 152 | 252 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.01 |
| HSL | 237.14º | 0.95% | 0.78% | - |
| HSV(B) | 237.14º | 0.42% | 0.99% | - |
| XYZ | 40.83 | 35.69 | 96.83 | - |
| YUV | 161.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 252 | 0.42 | 0.40 | 0 | 0.01 | 237.14 | 0.95 | 0.78 |
| Hex | 93 | 98 | FC | 2A | 28 | 0 | 1 | ED | 5F | 4E |
| Octal | 223 | 230 | 374 | 52 | 50 | 0 | 1 | 355 | 137 | 116 |
| Binary | 10010011 | 10011000 | 11111100 | 101010 | 101000 | 0 | 1 | 11101101 | 1011111 | 1001110 |
Color Harmonies of #9398FC
Complementary color
Monochromatic Colors of #9398FC
Black with #9398FC
Text Example
Text Example
White with #9398FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398FC; }
p { color: rgb(147,152,252); }
H1.HeaderClassName
{
color: #9398FC;
}
.AnyTagClassName
{
color: #9398FC;
}
</style>
background-color css
<style>
a { background-color: #9398FC; }
a { background-color: rgb(147,152,252); }
div.DivClassName
{
background-color: #9398FC;
}
.BgClassName
{
background-color: #9398FC;
}
</style>
border-color css
<style>
span { border-color: #9398FC; }
span { border-color: rgb(147,152,252); }
td.TdClassName
{
border-color: #9398FC;
}
.TagClassName
{
border-color: #9398FC;
}
</style>