#9E9DBE

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

Shades of Logan #9E9DBE

Tints of Logan #9E9DBE

Color information

#9E9DBE (or 0x9E9DBE) is unknown color: approx Logan. HEX triplet: 9E, 9D and BE. RGB value is (158,157,190). Sum of RGB (Red+Green+Blue) = 158+157+190=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E9DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DBE is #616241. Grayscale: #A0A0A0. Windows color (decimal): -6382146 or 12492190. OLE color: 12492190.

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

Color convert

RGB158157190-
CMYK0.170.1700.25
HSL241.82º20.25%68.04%-
HSV(B)241.82º17.37%74.51%-
XYZ35.4535.153.62-
YUV161.06144.33125.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=31.29%
G=31.09%
B=37.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581571900.170.1700.25241.8220.2568.04
Hex9E9DBE1111019f21444
Octal236235276212103136224104
Binary100111101001110110111110100011000101100111110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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