#9691BC

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

Shades of Logan #9691BC

Tints of Logan #9691BC

Color information

#9691BC (or 0x9691BC) is unknown color: approx Logan. HEX triplet: 96, 91 and BC. RGB value is (150,145,188). Sum of RGB (Red+Green+Blue) = 150+145+188=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #9691BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9691BC is #696E43. Grayscale: #979797. Windows color (decimal): -6909508 or 12358038. OLE color: 12358038.

HSL color Cylindrical-coordinate representation of color #9691BC: hue angle of 246.98º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9691BC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150145188-
CMYK0.200.2300.26
HSL246.98º24.29%65.29%-
HSV(B)246.98º22.87%73.73%-
XYZ31.7830.3751.76-
YUV151.4148.66127-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.06%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=31.06%
G=30.02%
B=38.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501451880.200.2300.26246.9824.2965.29
Hex9691BC141701Af71841
Octal226221274242703236730101
Binary100101101001000110111100101001011101101011110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9691BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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