#9996BD

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

Shades of Logan #9996BD

Tints of Logan #9996BD

Color information

#9996BD (or 0x9996BD) is unknown color: approx Logan. HEX triplet: 99, 96 and BD. RGB value is (153,150,189). Sum of RGB (Red+Green+Blue) = 153+150+189=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #9996BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996BD is #666942. Grayscale: #9B9B9B. Windows color (decimal): -6711619 or 12424857. OLE color: 12424857.

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

Color convert

RGB153150189-
CMYK0.190.2100.26
HSL244.62º22.81%66.47%-
HSV(B)244.62º20.63%74.12%-
XYZ33.2332.2652.62-
YUV155.34146.99126.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=31.10%
G=30.49%
B=38.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531501890.190.2100.26244.6222.8166.47
Hex9996BD131501Af51742
Octal231226275232503236527102
Binary100110011001011010111101100111010101101011110101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9996BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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