#9E9DBF

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

Shades of Logan #9E9DBF

Tints of Logan #9E9DBF

Color information

#9E9DBF (or 0x9E9DBF) is unknown color: approx Logan. HEX triplet: 9E, 9D and BF. RGB value is (158,157,191). Sum of RGB (Red+Green+Blue) = 158+157+191=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DBF is #616240. Grayscale: #A1A1A1. Windows color (decimal): -6382145 or 12557726. OLE color: 12557726.

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

Color convert

RGB158157191-
CMYK0.170.1800.25
HSL241.76º20.99%68.24%-
HSV(B)241.76º17.8%74.9%-
XYZ35.5635.1454.2-
YUV161.17144.83125.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.23%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 191 (75% from 255) = 37.75%
R=31.23%
G=31.03%
B=37.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581571910.170.1800.25241.7620.9968.24
Hex9E9DBF1112019f21544
Octal236235277212203136225104
Binary100111101001110110111111100011001001100111110010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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