Shades of Portage #9F9FEE
Tints of Portage #9F9FEE
RGB
CMYK
RGB Variations
Color information
#9F9FEE (or 0x9F9FEE) is known color: Portage. HEX triplet: 9F, 9F and EE. RGB value is (159,159,238). Sum of RGB (Red+Green+Blue) = 159+159+238=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F9FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9FEE is #606011. Grayscale: #A7A7A7. Windows color (decimal): -6316050 or 15638431. OLE color: 15638431.
HSL color Cylindrical-coordinate representation of color #9F9FEE: hue angle of 240º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F9FEE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 159 | 238 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.07 |
| HSL | 240º | 0.7% | 0.78% | - |
| HSV(B) | 240º | 0.33% | 0.93% | - |
| XYZ | 42.13 | 38.34 | 86.07 | - |
| YUV | 168.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 238 | 0.33 | 0.33 | 0 | 0.07 | 240 | 0.7 | 0.78 |
| Hex | 9F | 9F | EE | 21 | 21 | 0 | 7 | F0 | 46 | 4E |
| Octal | 237 | 237 | 356 | 41 | 41 | 0 | 7 | 360 | 106 | 116 |
| Binary | 10011111 | 10011111 | 11101110 | 100001 | 100001 | 0 | 111 | 11110000 | 1000110 | 1001110 |
Color Harmonies of #9F9FEE
Complementary color
Monochromatic Colors of #9F9FEE
Black with #9F9FEE
Text Example
Text Example
White with #9F9FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FEE; }
p { color: rgb(159,159,238); }
H1.HeaderClassName
{
color: #9F9FEE;
}
.AnyTagClassName
{
color: #9F9FEE;
}
</style>
background-color css
<style>
a { background-color: #9F9FEE; }
a { background-color: rgb(159,159,238); }
div.DivClassName
{
background-color: #9F9FEE;
}
.BgClassName
{
background-color: #9F9FEE;
}
</style>
border-color css
<style>
span { border-color: #9F9FEE; }
span { border-color: rgb(159,159,238); }
td.TdClassName
{
border-color: #9F9FEE;
}
.TagClassName
{
border-color: #9F9FEE;
}
</style>