#9491B4

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

Shades of Logan #9491B4

Tints of Logan #9491B4

Color information

#9491B4 (or 0x9491B4) is unknown color: approx Logan. HEX triplet: 94, 91 and B4. RGB value is (148,145,180). Sum of RGB (Red+Green+Blue) = 148+145+180=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #9491B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9491B4 is #6B6E4B. Grayscale: #959595. Windows color (decimal): -7040588 or 11833748. OLE color: 11833748.

HSL color Cylindrical-coordinate representation of color #9491B4: hue angle of 245.14º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9491B4 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148145180-
CMYK0.180.1900.29
HSL245.14º18.92%63.73%-
HSV(B)245.14º19.44%70.59%-
XYZ30.5829.8447.33-
YUV149.89144.99126.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=31.29%
G=30.66%
B=38.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481451800.180.1900.29245.1418.9263.73
Hex9491B4121301Df51340
Octal224221264222303536523100
Binary100101001001000110110100100101001101110111110101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9491B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9491B4; }

 p { color: rgb(148,145,180); }

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

<style>
 a { background-color: #9491B4; }

 a { background-color: rgb(148,145,180); }

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

<style>
 span { border-color: #9491B4; }

 span { border-color: rgb(148,145,180); }

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