#9590BC

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

Shades of Logan #9590BC

Tints of Logan #9590BC

Color information

#9590BC (or 0x9590BC) is unknown color: approx Logan. HEX triplet: 95, 90 and BC. RGB value is (149,144,188). Sum of RGB (Red+Green+Blue) = 149+144+188=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #9590BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9590BC is #6A6F43. Grayscale: #969696. Windows color (decimal): -6975300 or 12357781. OLE color: 12357781.

HSL color Cylindrical-coordinate representation of color #9590BC: hue angle of 246.82º degrees, saturation: 0.25, 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 #9590BC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149144188-
CMYK0.210.2300.26
HSL246.82º24.72%65.1%-
HSV(B)246.82º23.4%73.73%-
XYZ31.4429.9751.7-
YUV150.51149.16126.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=30.98%
G=29.94%
B=39.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491441880.210.2300.26246.8224.7265.1
Hex9590BC151701Af71941
Octal225220274252703236731101
Binary100101011001000010111100101011011101101011110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9590BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,144,188); }

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

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

 a { background-color: rgb(149,144,188); }

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

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

 span { border-color: rgb(149,144,188); }

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