Html Css Color HEX #9596BA Logan

📋 copy color: '#9596BA'

red 149 ◦ green 150 ◦ blue 186

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

Shades of Logan #9596BA

Tints of Logan #9596BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.93%

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

R = 30.72%
G = 30.93%
B = 38.35%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9596BA (or 0x9596BA) is known color: Logan. HEX triplet: 95, 96 and BA. RGB value is (149,150,186). Sum of RGB (Red+Green+Blue) = 149+150+186=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #9596BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9596BA is #6A6945. Grayscale: #999999. Windows color (decimal): -6973766 or 12228245. OLE color: 12228245.

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

Color convert

RGB 149 150 186 -
CMYK 0.20 0.19 0 0.27
HSL 238.38º 0.21% 0.66% -
HSV(B) 238.38º 0.2% 0.73% -
XYZ 32.16 31.75 50.89 -
YUV 153.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 149 150 186 0.20 0.19 0 0.27 238.38 0.21 0.66
Hex 95 96 BA 14 13 0 1B EE 15 42
Octal 225 226 272 24 23 0 33 356 25 102
Binary 10010101 10010110 10111010 10100 10011 0 11011 11101110 10101 1000010

Color Harmonies of #9596BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9596BA

Black with #9596BA

Text Example


Text Example

White with #9596BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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