#9E9CEE

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

Shades of Portage #9E9CEE

Tints of Portage #9E9CEE

Color information

#9E9CEE (or 0x9E9CEE) is unknown color: approx Portage. HEX triplet: 9E, 9C and EE. RGB value is (158,156,238). Sum of RGB (Red+Green+Blue) = 158+156+238=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CEE is #616311. Grayscale: #A5A5A5. Windows color (decimal): -6382354 or 15637662. OLE color: 15637662.

HSL color Cylindrical-coordinate representation of color #9E9CEE: hue angle of 241.46º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E9CEE is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158156238-
CMYK0.340.3400.07
HSL241.46º70.69%77.25%-
HSV(B)241.46º34.45%93.33%-
XYZ41.4237.2285.89-
YUV165.95168.66122.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.62%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=28.62%
G=28.26%
B=43.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581562380.340.3400.07241.4670.6977.25
Hex9E9CEE222207f1474d
Octal236234356424207361107115
Binary10011110100111001110111010001010001001111111000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,156,238); }

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

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

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

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

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

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

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