#9D9EBC

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

Shades of Logan #9D9EBC

Tints of Logan #9D9EBC

Color information

#9D9EBC (or 0x9D9EBC) is unknown color: approx Logan. HEX triplet: 9D, 9E and BC. RGB value is (157,158,188). Sum of RGB (Red+Green+Blue) = 157+158+188=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9EBC is #626143. Grayscale: #A1A1A1. Windows color (decimal): -6447428 or 12361373. OLE color: 12361373.

HSL color Cylindrical-coordinate representation of color #9D9EBC: hue angle of 238.06º degrees, saturation: 0.19, 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 #9D9EBC is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB157158188-
CMYK0.160.1600.26
HSL238.06º18.79%67.65%-
HSV(B)238.06º16.49%73.73%-
XYZ35.2135.2552.53-
YUV161.12143.17125.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.21%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=31.21%
G=31.41%
B=37.38%

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
Decimal1571581880.160.1600.26238.0618.7967.65
Hex9D9EBC101001Aee1344
Octal235236274202003235623104
Binary100111011001111010111100100001000001101011101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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