#9B97BA

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

Shades of Logan #9B97BA

Tints of Logan #9B97BA

Color information

#9B97BA (or 0x9B97BA) is unknown color: approx Logan. HEX triplet: 9B, 97 and BA. RGB value is (155,151,186). Sum of RGB (Red+Green+Blue) = 155+151+186=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B97BA is #646845. Grayscale: #9C9C9C. Windows color (decimal): -6580294 or 12228507. OLE color: 12228507.

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

Color convert

RGB155151186-
CMYK0.170.1900.27
HSL246.86º20.23%66.08%-
HSV(B)246.86º18.82%72.94%-
XYZ33.4532.6550.99-
YUV156.19144.83127.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=31.50%
G=30.69%
B=37.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551511860.170.1900.27246.8620.2366.08
Hex9B97BA111301Bf71442
Octal233227272212303336724102
Binary100110111001011110111010100011001101101111110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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