Html Css Color HEX #9599BA Logan

📋 copy color: '#9599BA'

red 149 ◦ green 153 ◦ blue 186

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

Shades of Logan #9599BA

Tints of Logan #9599BA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.35%

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

R = 30.53%
G = 31.35%
B = 38.11%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9599BA (or 0x9599BA) is known color: Logan. HEX triplet: 95, 99 and BA. RGB value is (149,153,186). Sum of RGB (Red+Green+Blue) = 149+153+186=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #9599BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599BA is #6A6645. Grayscale: #9B9B9B. Windows color (decimal): -6972998 or 12229013. OLE color: 12229013.

HSL color Cylindrical-coordinate representation of color #9599BA: hue angle of 233.51º 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 #9599BA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 153 186 -
CMYK 0.20 0.18 0 0.27
HSL 233.51º 0.21% 0.66% -
HSV(B) 233.51º 0.2% 0.73% -
XYZ 32.65 32.72 51.05 -
YUV 155.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 149 153 186 0.20 0.18 0 0.27 233.51 0.21 0.66
Hex 95 99 BA 14 12 0 1B EA 15 42
Octal 225 231 272 24 22 0 33 352 25 102
Binary 10010101 10011001 10111010 10100 10010 0 11011 11101010 10101 1000010

Color Harmonies of #9599BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9599BA

Black with #9599BA

Text Example


Text Example

White with #9599BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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