#9E95F8

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

Shades of Portage #9E95F8

Tints of Portage #9E95F8

Color information

#9E95F8 (or 0x9E95F8) is unknown color: approx Portage. HEX triplet: 9E, 95 and F8. RGB value is (158,149,248). Sum of RGB (Red+Green+Blue) = 158+149+248=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #9E95F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E95F8 is #616A07. Grayscale: #A2A2A2. Windows color (decimal): -6384136 or 16291230. OLE color: 16291230.

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

Color convert

RGB158149248-
CMYK0.360.4000.03
HSL245.45º87.61%77.84%-
HSV(B)245.45º39.92%97.25%-
XYZ41.7935.5493.46-
YUV162.98175.98124.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.47%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 248 (97.27% from 255) = 44.68%
R=28.47%
G=26.85%
B=44.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581492480.360.4000.03245.4587.6177.84
Hex9E95F8242803f5584e
Octal236225370445003365130116
Binary1001111010010101111110001001001010000111111010110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E95F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,149,248); }

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

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

 a { background-color: rgb(158,149,248); }

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

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

 span { border-color: rgb(158,149,248); }

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