#9E9EAD

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

Shades of Logan #9E9EAD

Tints of Logan #9E9EAD

Color information

#9E9EAD (or 0x9E9EAD) is unknown color: approx Logan. HEX triplet: 9E, 9E and AD. RGB value is (158,158,173). Sum of RGB (Red+Green+Blue) = 158+158+173=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E9EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9EAD is #616152. Grayscale: #9F9F9F. Windows color (decimal): -6381907 or 11378334. OLE color: 11378334.

HSL color Cylindrical-coordinate representation of color #9E9EAD: hue angle of 240º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9E9EAD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158158173-
CMYK0.090.0900.32
HSL240º8.38%64.9%-
HSV(B)240º8.67%67.84%-
XYZ33.8734.7444.46-
YUV159.71135.5126.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.31%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=32.31%
G=32.31%
B=35.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581581730.090.0900.322408.3864.9
Hex9E9EAD99020f0841
Octal236236255111104036010101
Binary1001111010011110101011011001100101000001111000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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