#9691BE

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

Shades of Logan #9691BE

Tints of Logan #9691BE

Color information

#9691BE (or 0x9691BE) is unknown color: approx Logan. HEX triplet: 96, 91 and BE. RGB value is (150,145,190). Sum of RGB (Red+Green+Blue) = 150+145+190=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9691BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9691BE is #696E41. Grayscale: #979797. Windows color (decimal): -6909506 or 12489110. OLE color: 12489110.

HSL color Cylindrical-coordinate representation of color #9691BE: hue angle of 246.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9691BE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150145190-
CMYK0.210.2400.25
HSL246.67º25.71%65.69%-
HSV(B)246.67º23.68%74.51%-
XYZ3230.4552.91-
YUV151.62149.66126.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 145 (57.03% from 255) = 29.90%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=30.93%
G=29.90%
B=39.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501451900.210.2400.25246.6725.7165.69
Hex9691BE1518019f71a42
Octal226221276253003136732102
Binary100101101001000110111110101011100001100111110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9691BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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