#9E99F7

Color #9E99F7 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9E99F7

Tints of Portage #9E99F7

Color information

#9E99F7 (or 0x9E99F7) is unknown color: approx Portage. HEX triplet: 9E, 99 and F7. RGB value is (158,153,247). Sum of RGB (Red+Green+Blue) = 158+153+247=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #9E99F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E99F7 is #616608. Grayscale: #A4A4A4. Windows color (decimal): -6383113 or 16226718. OLE color: 16226718.

HSL color Cylindrical-coordinate representation of color #9E99F7: hue angle of 243.19º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E99F7 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB158153247-
CMYK0.360.3800.03
HSL243.19º85.45%78.43%-
HSV(B)243.19º38.06%96.86%-
XYZ42.2836.7792.86-
YUV165.21174.16122.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 28.32%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 247 (96.88% from 255) = 44.27%
R=28.32%
G=27.42%
B=44.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581532470.360.3800.03243.1985.4578.43
Hex9E99F7242603f3554e
Octal236231367444603363125116
Binary1001111010011001111101111001001001100111111001110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E99F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E99F7; }

 p { color: rgb(158,153,247); }

 H1.HeaderClassName
 {
   color: #9E99F7;
 }
 .AnyTagClassName
 {
   color: #9E99F7;
 }
</style>
background-color css

<style>
 a { background-color: #9E99F7; }

 a { background-color: rgb(158,153,247); }

 div.DivClassName
 {
   background-color: #9E99F7;
 }
 .BgClassName
 {
   background-color: #9E99F7;
 }
</style>
border-color css

<style>
 span { border-color: #9E99F7; }

 span { border-color: rgb(158,153,247); }

 td.TdClassName
 {
   border-color: #9E99F7;
 }
 .TagClassName
 {
   border-color: #9E99F7;
 }
</style>