#9D9DBC

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

Shades of Logan #9D9DBC

Tints of Logan #9D9DBC

Color information

#9D9DBC (or 0x9D9DBC) is unknown color: approx Logan. HEX triplet: 9D, 9D and BC. RGB value is (157,157,188). Sum of RGB (Red+Green+Blue) = 157+157+188=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D9DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DBC is #626243. Grayscale: #A0A0A0. Windows color (decimal): -6447684 or 12361117. OLE color: 12361117.

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

Color convert

RGB157157188-
CMYK0.160.1600.26
HSL240º18.79%67.65%-
HSV(B)240º16.49%73.73%-
XYZ35.0434.9152.47-
YUV160.53143.5125.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.27%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=31.27%
G=31.27%
B=37.45%

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
Decimal1571571880.160.1600.2624018.7967.65
Hex9D9DBC101001Af01344
Octal235235274202003236023104
Binary100111011001110110111100100001000001101011110000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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