#9C97B9

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

Shades of Logan #9C97B9

Tints of Logan #9C97B9

Color information

#9C97B9 (or 0x9C97B9) is unknown color: approx Logan. HEX triplet: 9C, 97 and B9. RGB value is (156,151,185). Sum of RGB (Red+Green+Blue) = 156+151+185=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C97B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C97B9 is #636846. Grayscale: #9C9C9C. Windows color (decimal): -6514759 or 12162972. OLE color: 12162972.

HSL color Cylindrical-coordinate representation of color #9C97B9: hue angle of 248.82º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C97B9 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156151185-
CMYK0.160.1800.27
HSL248.82º19.54%65.88%-
HSV(B)248.82º18.38%72.55%-
XYZ33.5332.750.44-
YUV156.37144.16127.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.71%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=31.71%
G=30.69%
B=37.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561511850.160.1800.27248.8219.5465.88
Hex9C97B9101201Bf91442
Octal234227271202203337124102
Binary100111001001011110111001100001001001101111111001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,151,185); }

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

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

 a { background-color: rgb(156,151,185); }

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

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

 span { border-color: rgb(156,151,185); }

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