Html Css Color HEX #9593BD Logan

📋 copy color: '#9593BD'

red 149 ◦ green 147 ◦ blue 189

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

Shades of Logan #9593BD

Tints of Logan #9593BD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.31%

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 30.72%
G = 30.31%
B = 38.97%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9593BD (or 0x9593BD) is known color: Logan. HEX triplet: 95, 93 and BD. RGB value is (149,147,189). Sum of RGB (Red+Green+Blue) = 149+147+189=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #9593BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593BD is #6A6C42. Grayscale: #989898. Windows color (decimal): -6974531 or 12424085. OLE color: 12424085.

HSL color Cylindrical-coordinate representation of color #9593BD: hue angle of 242.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9593BD is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 147 189 -
CMYK 0.21 0.22 0 0.26
HSL 242.86º 0.24% 0.66% -
HSV(B) 242.86º 0.22% 0.74% -
XYZ 32.01 30.93 52.43 -
YUV 152.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 149 147 189 0.21 0.22 0 0.26 242.86 0.24 0.66
Hex 95 93 BD 15 16 0 1A F3 18 42
Octal 225 223 275 25 26 0 32 363 30 102
Binary 10010101 10010011 10111101 10101 10110 0 11010 11110011 11000 1000010

Color Harmonies of #9593BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9593BD

Black with #9593BD

Text Example


Text Example

White with #9593BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9593BD; }

 p { color: rgb(149,147,189); }

 H1.HeaderClassName
 {
   color: #9593BD;
 }
 .AnyTagClassName
 {
   color: #9593BD;
 }
</style>

background-color css

<style>
 a { background-color: #9593BD; }

 a { background-color: rgb(149,147,189); }

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

border-color css

<style>
 span { border-color: #9593BD; }

 span { border-color: rgb(149,147,189); }

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