Shades of Portage #9397F8
Tints of Portage #9397F8
RGB
CMYK
RGB Variations
Color information
#9397F8 (or 0x9397F8) is known color: Portage. HEX triplet: 93, 97 and F8. RGB value is (147,151,248). Sum of RGB (Red+Green+Blue) = 147+151+248=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #9397F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9397F8 is #6C6807. Grayscale: #A0A0A0. Windows color (decimal): -7104520 or 16291731. OLE color: 16291731.
HSL color Cylindrical-coordinate representation of color #9397F8: hue angle of 237.62º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9397F8 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 151 | 248 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.03 |
| HSL | 237.62º | 0.88% | 0.77% | - |
| HSV(B) | 237.62º | 0.41% | 0.97% | - |
| XYZ | 40.04 | 35.11 | 93.47 | - |
| YUV | 160.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 248 | 0.41 | 0.39 | 0 | 0.03 | 237.62 | 0.88 | 0.77 |
| Hex | 93 | 97 | F8 | 29 | 27 | 0 | 3 | EE | 58 | 4D |
| Octal | 223 | 227 | 370 | 51 | 47 | 0 | 3 | 356 | 130 | 115 |
| Binary | 10010011 | 10010111 | 11111000 | 101001 | 100111 | 0 | 11 | 11101110 | 1011000 | 1001101 |
Color Harmonies of #9397F8
Complementary color
Monochromatic Colors of #9397F8
Black with #9397F8
Text Example
Text Example
White with #9397F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9397F8; }
p { color: rgb(147,151,248); }
H1.HeaderClassName
{
color: #9397F8;
}
.AnyTagClassName
{
color: #9397F8;
}
</style>
background-color css
<style>
a { background-color: #9397F8; }
a { background-color: rgb(147,151,248); }
div.DivClassName
{
background-color: #9397F8;
}
.BgClassName
{
background-color: #9397F8;
}
</style>
border-color css
<style>
span { border-color: #9397F8; }
span { border-color: rgb(147,151,248); }
td.TdClassName
{
border-color: #9397F8;
}
.TagClassName
{
border-color: #9397F8;
}
</style>