#9691BA

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

Shades of Logan #9691BA

Tints of Logan #9691BA

Color information

#9691BA (or 0x9691BA) is unknown color: approx Logan. HEX triplet: 96, 91 and BA. RGB value is (150,145,186). Sum of RGB (Red+Green+Blue) = 150+145+186=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #9691BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9691BA is #696E45. Grayscale: #979797. Windows color (decimal): -6909510 or 12226966. OLE color: 12226966.

HSL color Cylindrical-coordinate representation of color #9691BA: hue angle of 247.32º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9691BA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150145186-
CMYK0.190.2200.27
HSL247.32º22.91%64.9%-
HSV(B)247.32º22.04%72.94%-
XYZ31.5730.2850.64-
YUV151.17147.66127.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=31.19%
G=30.15%
B=38.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501451860.190.2200.27247.3222.9164.9
Hex9691BA131601Bf71741
Octal226221272232603336727101
Binary100101101001000110111010100111011001101111110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9691BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9691BA; }

 p { color: rgb(150,145,186); }

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

<style>
 a { background-color: #9691BA; }

 a { background-color: rgb(150,145,186); }

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

<style>
 span { border-color: #9691BA; }

 span { border-color: rgb(150,145,186); }

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