Html Css Color HEX #9590BA Logan

📋 copy color: '#9590BA'

red 149 ◦ green 144 ◦ blue 186

#9590BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Logan #9590BA

Tints of Logan #9590BA

RGB

 RED value IS 149 (58.59% from 255) = 31.11%

 GREEN value IS 144 (56.64% from 255) = 30.06%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 31.11%
G = 30.06%
B = 38.83%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9590BA (or 0x9590BA) is known color: Logan. HEX triplet: 95, 90 and BA. RGB value is (149,144,186). Sum of RGB (Red+Green+Blue) = 149+144+186=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #9590BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9590BA is #6A6F45. Grayscale: #969696. Windows color (decimal): -6975302 or 12226709. OLE color: 12226709.

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

Color convert

RGB 149 144 186 -
CMYK 0.20 0.23 0 0.27
HSL 247.14º 0.23% 0.65% -
HSV(B) 247.14º 0.23% 0.73% -
XYZ 31.23 29.88 50.58 -
YUV 150.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 149 144 186 0.20 0.23 0 0.27 247.14 0.23 0.65
Hex 95 90 BA 14 17 0 1B F7 17 41
Octal 225 220 272 24 27 0 33 367 27 101
Binary 10010101 10010000 10111010 10100 10111 0 11011 11110111 10111 1000001

Color Harmonies of #9590BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9590BA

Black with #9590BA

Text Example


Text Example

White with #9590BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9590BA;
 }
 .AnyTagClassName
 {
   color: #9590BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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