#9D97BA

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

Shades of Logan #9D97BA

Tints of Logan #9D97BA

Color information

#9D97BA (or 0x9D97BA) is unknown color: approx Logan. HEX triplet: 9D, 97 and BA. RGB value is (157,151,186). Sum of RGB (Red+Green+Blue) = 157+151+186=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D97BA is #626845. Grayscale: #9C9C9C. Windows color (decimal): -6449222 or 12228509. OLE color: 12228509.

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

Color convert

RGB157151186-
CMYK0.160.1900.27
HSL250.29º20.23%66.08%-
HSV(B)250.29º18.82%72.94%-
XYZ33.8332.8551.01-
YUV156.78144.49128.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.78%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=31.78%
G=30.57%
B=37.65%

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
Decimal1571511860.160.1900.27250.2920.2366.08
Hex9D97BA101301Bfa1442
Octal235227272202303337224102
Binary100111011001011110111010100001001101101111111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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