Html Css Color HEX #7544D5 Slate Blue

📋 copy color: '#7544D5'

red 117 ◦ green 68 ◦ blue 213

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

Shades of Slate Blue #7544D5

Tints of Slate Blue #7544D5

RGB

 RED value IS 117 (46.09% from 255) = 29.4%

 GREEN value IS 68 (26.95% from 255) = 17.09%

 BLUE value IS 213 (83.59% from 255) = 53.52%

R = 29.4%
G = 17.09%
B = 53.52%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7544D5 (or 0x7544D5) is known color: Slate Blue. HEX triplet: 75, 44 and D5. RGB value is (117,68,213). Sum of RGB (Red+Green+Blue) = 117+68+213=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #7544D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7544D5 is #8ABB2A. Grayscale: #626262. Windows color (decimal): -9091883 or 13976693. OLE color: 13976693.

HSL color Cylindrical-coordinate representation of color #7544D5: hue angle of 260.28º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7544D5 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 68 213 -
CMYK 0.45 0.68 0 0.16
HSL 260.28º 0.63% 0.55% -
HSV(B) 260.28º 0.68% 0.84% -
XYZ 21.41 12.72 64.28 -
YUV 99.18 192.23 140.71 -
System Red Green Blue C M Y K H S L
Decimal 117 68 213 0.45 0.68 0 0.16 260.28 0.63 0.55
Hex 75 44 D5 2D 44 0 10 104 3F 37
Octal 165 104 325 55 104 0 20 404 77 67
Binary 1110101 1000100 11010101 101101 1000100 0 10000 100000100 111111 110111

Color Harmonies of #7544D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7544D5

Black with #7544D5

Text Example


Text Example

White with #7544D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7544D5; }

 p { color: rgb(117,68,213); }

 H1.HeaderClassName
 {
   color: #7544D5;
 }
 .AnyTagClassName
 {
   color: #7544D5;
 }
</style>

background-color css

<style>
 a { background-color: #7544D5; }

 a { background-color: rgb(117,68,213); }

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

border-color css

<style>
 span { border-color: #7544D5; }

 span { border-color: rgb(117,68,213); }

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