#9B97BE

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

Shades of Logan #9B97BE

Tints of Logan #9B97BE

Color information

#9B97BE (or 0x9B97BE) is unknown color: approx Logan. HEX triplet: 9B, 97 and BE. RGB value is (155,151,190). Sum of RGB (Red+Green+Blue) = 155+151+190=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B97BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B97BE is #646841. Grayscale: #9C9C9C. Windows color (decimal): -6580290 or 12490651. OLE color: 12490651.

HSL color Cylindrical-coordinate representation of color #9B97BE: hue angle of 246.15º degrees, saturation: 0.23, 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 #9B97BE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155151190-
CMYK0.180.2100.25
HSL246.15º23.08%66.86%-
HSV(B)246.15º20.53%74.51%-
XYZ33.8832.8253.26-
YUV156.64146.83126.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=31.25%
G=30.44%
B=38.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551511900.180.2100.25246.1523.0866.86
Hex9B97BE1215019f61743
Octal233227276222503136627103
Binary100110111001011110111110100101010101100111110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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