#9B97BF

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

Shades of Logan #9B97BF

Tints of Logan #9B97BF

Color information

#9B97BF (or 0x9B97BF) is unknown color: approx Logan. HEX triplet: 9B, 97 and BF. RGB value is (155,151,191). Sum of RGB (Red+Green+Blue) = 155+151+191=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B97BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B97BF is #646840. Grayscale: #9C9C9C. Windows color (decimal): -6580289 or 12556187. OLE color: 12556187.

HSL color Cylindrical-coordinate representation of color #9B97BF: hue angle of 246º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B97BF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155151191-
CMYK0.190.2100.25
HSL246º23.81%67.06%-
HSV(B)246º20.94%74.9%-
XYZ33.9932.8653.84-
YUV156.76147.33126.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.19%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 191 (75% from 255) = 38.43%
R=31.19%
G=30.38%
B=38.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551511910.190.2100.2524623.8167.06
Hex9B97BF1315019f61843
Octal233227277232503136630103
Binary100110111001011110111111100111010101100111110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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