#9C9EBD

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

Shades of Logan #9C9EBD

Tints of Logan #9C9EBD

Color information

#9C9EBD (or 0x9C9EBD) is unknown color: approx Logan. HEX triplet: 9C, 9E and BD. RGB value is (156,158,189). Sum of RGB (Red+Green+Blue) = 156+158+189=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C9EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9EBD is #636142. Grayscale: #A0A0A0. Windows color (decimal): -6512963 or 12426908. OLE color: 12426908.

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

Color convert

RGB156158189-
CMYK0.170.1600.26
HSL236.36º20%67.65%-
HSV(B)236.36º17.46%74.12%-
XYZ35.1235.253.09-
YUV160.94143.84124.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=31.01%
G=31.41%
B=37.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561581890.170.1600.26236.362067.65
Hex9C9EBD111001Aec1444
Octal234236275212003235424104
Binary100111001001111010111101100011000001101011101100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,158,189); }

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

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

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

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

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

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

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