#9E9CF1

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

Shades of Portage #9E9CF1

Tints of Portage #9E9CF1

Color information

#9E9CF1 (or 0x9E9CF1) is unknown color: approx Portage. HEX triplet: 9E, 9C and F1. RGB value is (158,156,241). Sum of RGB (Red+Green+Blue) = 158+156+241=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E9CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CF1 is #61630E. Grayscale: #A5A5A5. Windows color (decimal): -6382351 or 15834270. OLE color: 15834270.

HSL color Cylindrical-coordinate representation of color #9E9CF1: hue angle of 241.41º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E9CF1 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158156241-
CMYK0.340.3500.05
HSL241.41º75.22%77.84%-
HSV(B)241.41º35.27%94.51%-
XYZ41.8737.488.23-
YUV166.29170.16122.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.47%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=28.47%
G=28.11%
B=43.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581562410.340.3500.05241.4175.2277.84
Hex9E9CF1222305f14b4e
Octal236234361424305361113116
Binary10011110100111001111000110001010001101011111000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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