#9993BD

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

Shades of Logan #9993BD

Tints of Logan #9993BD

Color information

#9993BD (or 0x9993BD) is unknown color: approx Logan. HEX triplet: 99, 93 and BD. RGB value is (153,147,189). Sum of RGB (Red+Green+Blue) = 153+147+189=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #9993BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9993BD is #666C42. Grayscale: #999999. Windows color (decimal): -6712387 or 12424089. OLE color: 12424089.

HSL color Cylindrical-coordinate representation of color #9993BD: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9993BD is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153147189-
CMYK0.190.2200.26
HSL248.57º24.14%65.88%-
HSV(B)248.57º22.22%74.12%-
XYZ32.7631.3152.46-
YUV153.58147.99127.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=31.29%
G=30.06%
B=38.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531471890.190.2200.26248.5724.1465.88
Hex9993BD131601Af91842
Octal231223275232603237130102
Binary100110011001001110111101100111011001101011111001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9993BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9993BD; }

 p { color: rgb(153,147,189); }

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

<style>
 a { background-color: #9993BD; }

 a { background-color: rgb(153,147,189); }

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

<style>
 span { border-color: #9993BD; }

 span { border-color: rgb(153,147,189); }

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