Html Css Color HEX #7543E0 Slate Blue

📋 copy color: '#7543E0'

red 117 ◦ green 67 ◦ blue 224

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

Shades of Slate Blue #7543E0

Tints of Slate Blue #7543E0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.42%

 BLUE value IS 224 (87.89% from 255) = 54.9%

R = 28.68%
G = 16.42%
B = 54.9%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7543E0 (or 0x7543E0) is known color: Slate Blue. HEX triplet: 75, 43 and E0. RGB value is (117,67,224). Sum of RGB (Red+Green+Blue) = 117+67+224=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #7543E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7543E0 is #8ABC1F. Grayscale: #636363. Windows color (decimal): -9092128 or 14697333. OLE color: 14697333.

HSL color Cylindrical-coordinate representation of color #7543E0: hue angle of 259.11º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7543E0 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 67 224 -
CMYK 0.48 0.70 0 0.12
HSL 259.11º 0.72% 0.57% -
HSV(B) 259.11º 0.7% 0.88% -
XYZ 22.8 13.18 71.86 -
YUV 99.85 198.07 140.23 -
System Red Green Blue C M Y K H S L
Decimal 117 67 224 0.48 0.70 0 0.12 259.11 0.72 0.57
Hex 75 43 E0 30 46 0 C 103 48 39
Octal 165 103 340 60 106 0 14 403 110 71
Binary 1110101 1000011 11100000 110000 1000110 0 1100 100000011 1001000 111001

Color Harmonies of #7543E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7543E0

Black with #7543E0

Text Example


Text Example

White with #7543E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7543E0; }

 p { color: rgb(117,67,224); }

 H1.HeaderClassName
 {
   color: #7543E0;
 }
 .AnyTagClassName
 {
   color: #7543E0;
 }
</style>

background-color css

<style>
 a { background-color: #7543E0; }

 a { background-color: rgb(117,67,224); }

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

border-color css

<style>
 span { border-color: #7543E0; }

 span { border-color: rgb(117,67,224); }

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