#9E9AC0

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

Shades of Logan #9E9AC0

Tints of Logan #9E9AC0

Color information

#9E9AC0 (or 0x9E9AC0) is unknown color: approx Logan. HEX triplet: 9E, 9A and C0. RGB value is (158,154,192). Sum of RGB (Red+Green+Blue) = 158+154+192=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E9AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9AC0 is #61653F. Grayscale: #9F9F9F. Windows color (decimal): -6382912 or 12622494. OLE color: 12622494.

HSL color Cylindrical-coordinate representation of color #9E9AC0: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E9AC0 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158154192-
CMYK0.180.2000.25
HSL246.32º23.17%67.84%-
HSV(B)246.32º19.79%75.29%-
XYZ35.1734.1954.61-
YUV159.53146.33126.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=31.35%
G=30.56%
B=38.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581541920.180.2000.25246.3223.1767.84
Hex9E9AC01214019f61744
Octal236232300222403136627104
Binary100111101001101011000000100101010001100111110110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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