#9F97BC

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

Shades of Logan #9F97BC

Tints of Logan #9F97BC

Color information

#9F97BC (or 0x9F97BC) is unknown color: approx Logan. HEX triplet: 9F, 97 and BC. RGB value is (159,151,188). Sum of RGB (Red+Green+Blue) = 159+151+188=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F97BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F97BC is #606843. Grayscale: #9D9D9D. Windows color (decimal): -6318148 or 12359583. OLE color: 12359583.

HSL color Cylindrical-coordinate representation of color #9F97BC: hue angle of 252.97º 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 #9F97BC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159151188-
CMYK0.150.2000.26
HSL252.97º21.64%66.47%-
HSV(B)252.97º19.68%73.73%-
XYZ34.4433.1352.16-
YUV157.61145.15128.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.93%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=31.93%
G=30.32%
B=37.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591511880.150.2000.26252.9721.6466.47
Hex9F97BCF1401Afd1642
Octal237227274172403237526102
Binary10011111100101111011110011111010001101011111101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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