#9E9EBF

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

Shades of Logan #9E9EBF

Tints of Logan #9E9EBF

Color information

#9E9EBF (or 0x9E9EBF) is unknown color: approx Logan. HEX triplet: 9E, 9E and BF. RGB value is (158,158,191). Sum of RGB (Red+Green+Blue) = 158+158+191=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E9EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9EBF is #616140. Grayscale: #A1A1A1. Windows color (decimal): -6381889 or 12557982. OLE color: 12557982.

HSL color Cylindrical-coordinate representation of color #9E9EBF: hue angle of 240º 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 #9E9EBF is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158158191-
CMYK0.170.1700.25
HSL240º20.5%68.43%-
HSV(B)240º17.28%74.9%-
XYZ35.7335.4854.26-
YUV161.76144.5125.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 191 (75% from 255) = 37.67%
R=31.16%
G=31.16%
B=37.67%

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
Decimal1581581910.170.1700.2524020.568.43
Hex9E9EBF1111019f01444
Octal236236277212103136024104
Binary100111101001111010111111100011000101100111110000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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