#9E9EBC

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

Shades of Logan #9E9EBC

Tints of Logan #9E9EBC

Color information

#9E9EBC (or 0x9E9EBC) is unknown color: approx Logan. HEX triplet: 9E, 9E and BC. RGB value is (158,158,188). Sum of RGB (Red+Green+Blue) = 158+158+188=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9EBC is #616143. Grayscale: #A1A1A1. Windows color (decimal): -6381892 or 12361374. OLE color: 12361374.

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

Color convert

RGB158158188-
CMYK0.160.1600.26
HSL240º18.29%67.84%-
HSV(B)240º15.96%73.73%-
XYZ35.435.3552.53-
YUV161.42143125.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=31.35%
G=31.35%
B=37.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581581880.160.1600.2624018.2967.84
Hex9E9EBC101001Af01244
Octal236236274202003236022104
Binary100111101001111010111100100001000001101011110000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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