#9B97BC

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

Shades of Logan #9B97BC

Tints of Logan #9B97BC

Color information

#9B97BC (or 0x9B97BC) is unknown color: approx Logan. HEX triplet: 9B, 97 and BC. RGB value is (155,151,188). Sum of RGB (Red+Green+Blue) = 155+151+188=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B97BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B97BC is #646843. Grayscale: #9C9C9C. Windows color (decimal): -6580292 or 12359579. OLE color: 12359579.

HSL color Cylindrical-coordinate representation of color #9B97BC: hue angle of 246.49º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B97BC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155151188-
CMYK0.180.2000.26
HSL246.49º21.64%66.47%-
HSV(B)246.49º19.68%73.73%-
XYZ33.6632.7352.12-
YUV156.41145.83126.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=31.38%
G=30.57%
B=38.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551511880.180.2000.26246.4921.6466.47
Hex9B97BC121401Af61642
Octal233227274222403236626102
Binary100110111001011110111100100101010001101011110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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