#9E96BE

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

Shades of Logan #9E96BE

Tints of Logan #9E96BE

Color information

#9E96BE (or 0x9E96BE) is unknown color: approx Logan. HEX triplet: 9E, 96 and BE. RGB value is (158,150,190). Sum of RGB (Red+Green+Blue) = 158+150+190=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E96BE is #616941. Grayscale: #9C9C9C. Windows color (decimal): -6383938 or 12490398. OLE color: 12490398.

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

Color convert

RGB158150190-
CMYK0.170.2100.25
HSL252º23.53%66.67%-
HSV(B)252º21.05%74.51%-
XYZ34.332.853.24-
YUV156.95146.65128.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.73%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=31.73%
G=30.12%
B=38.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581501900.170.2100.2525223.5366.67
Hex9E96BE1115019fc1843
Octal236226276212503137430103
Binary100111101001011010111110100011010101100111111100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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