#9C9DBC

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

Shades of Logan #9C9DBC

Tints of Logan #9C9DBC

Color information

#9C9DBC (or 0x9C9DBC) is unknown color: approx Logan. HEX triplet: 9C, 9D and BC. RGB value is (156,157,188). Sum of RGB (Red+Green+Blue) = 156+157+188=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C9DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DBC is #636243. Grayscale: #A0A0A0. Windows color (decimal): -6513220 or 12361116. OLE color: 12361116.

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

Color convert

RGB156157188-
CMYK0.170.1600.26
HSL238.12º19.28%67.45%-
HSV(B)238.12º17.02%73.73%-
XYZ34.8434.8152.46-
YUV160.24143.67124.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=31.14%
G=31.34%
B=37.52%

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
Decimal1561571880.170.1600.26238.1219.2867.45
Hex9C9DBC111001Aee1343
Octal234235274212003235623103
Binary100111001001110110111100100011000001101011101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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