#9997BC

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

Shades of Logan #9997BC

Tints of Logan #9997BC

Color information

#9997BC (or 0x9997BC) is unknown color: approx Logan. HEX triplet: 99, 97 and BC. RGB value is (153,151,188). Sum of RGB (Red+Green+Blue) = 153+151+188=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #9997BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997BC is #666843. Grayscale: #9B9B9B. Windows color (decimal): -6711364 or 12359577. OLE color: 12359577.

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

Color convert

RGB153151188-
CMYK0.190.2000.26
HSL243.24º21.64%66.47%-
HSV(B)243.24º19.68%73.73%-
XYZ33.2832.5452.1-
YUV155.82146.16125.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=31.10%
G=30.69%
B=38.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531511880.190.2000.26243.2421.6466.47
Hex9997BC131401Af31642
Octal231227274232403236326102
Binary100110011001011110111100100111010001101011110011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9997BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9997BC; }

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

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

<style>
 a { background-color: #9997BC; }

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

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

<style>
 span { border-color: #9997BC; }

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

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