#9E9BBA

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

Shades of Logan #9E9BBA

Tints of Logan #9E9BBA

Color information

#9E9BBA (or 0x9E9BBA) is unknown color: approx Logan. HEX triplet: 9E, 9B and BA. RGB value is (158,155,186). Sum of RGB (Red+Green+Blue) = 158+155+186=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E9BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9BBA is #616445. Grayscale: #9F9F9F. Windows color (decimal): -6382662 or 12229534. OLE color: 12229534.

HSL color Cylindrical-coordinate representation of color #9E9BBA: hue angle of 245.81º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E9BBA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158155186-
CMYK0.150.1700.27
HSL245.81º18.34%66.86%-
HSV(B)245.81º16.67%72.94%-
XYZ34.6834.2651.24-
YUV159.43142.99126.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=31.66%
G=31.06%
B=37.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581551860.150.1700.27245.8118.3466.86
Hex9E9BBAF1101Bf61243
Octal236233272172103336622103
Binary10011110100110111011101011111000101101111110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,155,186); }

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

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

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

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

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

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

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