#9E9EEF

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

Shades of Portage #9E9EEF

Tints of Portage #9E9EEF

Color information

#9E9EEF (or 0x9E9EEF) is unknown color: approx Portage. HEX triplet: 9E, 9E and EF. RGB value is (158,158,239). Sum of RGB (Red+Green+Blue) = 158+158+239=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E9EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9EEF is #616110. Grayscale: #A6A6A6. Windows color (decimal): -6381841 or 15703710. OLE color: 15703710.

HSL color Cylindrical-coordinate representation of color #9E9EEF: hue angle of 240º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E9EEF is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158158239-
CMYK0.340.3400.06
HSL240º71.68%77.84%-
HSV(B)240º33.89%93.73%-
XYZ41.9137.9586.78-
YUV167.23168.5121.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.47%
GREEN value IS 158 (62.11% from 255) = 28.47%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=28.47%
G=28.47%
B=43.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581582390.340.3400.0624071.6877.84
Hex9E9EEF222206f0484e
Octal236236357424206360110116
Binary10011110100111101110111110001010001001101111000010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,158,239); }

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

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

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

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

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

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

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