#9E9ABE

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

Shades of Logan #9E9ABE

Tints of Logan #9E9ABE

Color information

#9E9ABE (or 0x9E9ABE) is unknown color: approx Logan. HEX triplet: 9E, 9A and BE. RGB value is (158,154,190). Sum of RGB (Red+Green+Blue) = 158+154+190=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ABE is #616541. Grayscale: #9F9F9F. Windows color (decimal): -6382914 or 12491422. OLE color: 12491422.

HSL color Cylindrical-coordinate representation of color #9E9ABE: hue angle of 246.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E9ABE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158154190-
CMYK0.170.1900.25
HSL246.67º21.69%67.45%-
HSV(B)246.67º18.95%74.51%-
XYZ34.9534.153.45-
YUV159.3145.33127.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.47%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=31.47%
G=30.68%
B=37.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581541900.170.1900.25246.6721.6967.45
Hex9E9ABE1113019f71643
Octal236232276212303136726103
Binary100111101001101010111110100011001101100111110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,154,190); }

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

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

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

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

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

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

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