#9C97BA

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

Shades of Logan #9C97BA

Tints of Logan #9C97BA

Color information

#9C97BA (or 0x9C97BA) is unknown color: approx Logan. HEX triplet: 9C, 97 and BA. RGB value is (156,151,186). Sum of RGB (Red+Green+Blue) = 156+151+186=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C97BA is #636845. Grayscale: #9C9C9C. Windows color (decimal): -6514758 or 12228508. OLE color: 12228508.

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

Color convert

RGB156151186-
CMYK0.160.1900.27
HSL248.57º20.23%66.08%-
HSV(B)248.57º18.82%72.94%-
XYZ33.6432.7551-
YUV156.49144.66127.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=31.64%
G=30.63%
B=37.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561511860.160.1900.27248.5720.2366.08
Hex9C97BA101301Bf91442
Octal234227272202303337124102
Binary100111001001011110111010100001001101101111111001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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