Html Css Color HEX #543ED7 Slate Blue

📋 copy color: '#543ED7'

red 84 ◦ green 62 ◦ blue 215

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

Shades of Slate Blue #543ED7

Tints of Slate Blue #543ED7

RGB

 RED value IS 84 (33.2% from 255) = 23.27%

 GREEN value IS 62 (24.61% from 255) = 17.17%

 BLUE value IS 215 (84.38% from 255) = 59.56%

R = 23.27%
G = 17.17%
B = 59.56%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#543ED7 (or 0x543ED7) is known color: Slate Blue. HEX triplet: 54, 3E and D7. RGB value is (84,62,215). Sum of RGB (Red+Green+Blue) = 84+62+215=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 215 (84.38% from 255 or 59.56% from 361); Max value from RGB is 215 - color contains mainly: blue. Hex color #543ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ED7 is #ABC128. Grayscale: #555555. Windows color (decimal): -11256105 or 14106196. OLE color: 14106196.

HSL color Cylindrical-coordinate representation of color #543ED7: hue angle of 248.63º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543ED7 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 62 215 -
CMYK 0.61 0.71 0 0.16
HSL 248.63º 0.66% 0.54% -
HSV(B) 248.63º 0.71% 0.84% -
XYZ 17.64 10.24 65.34 -
YUV 86.02 200.79 126.56 -
System Red Green Blue C M Y K H S L
Decimal 84 62 215 0.61 0.71 0 0.16 248.63 0.66 0.54
Hex 54 3E D7 3D 47 0 10 F9 42 36
Octal 124 76 327 75 107 0 20 371 102 66
Binary 1010100 111110 11010111 111101 1000111 0 10000 11111001 1000010 110110

Color Harmonies of #543ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543ED7

Black with #543ED7

Text Example


Text Example

White with #543ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543ED7; }

 p { color: rgb(84,62,215); }

 H1.HeaderClassName
 {
   color: #543ED7;
 }
 .AnyTagClassName
 {
   color: #543ED7;
 }
</style>

background-color css

<style>
 a { background-color: #543ED7; }

 a { background-color: rgb(84,62,215); }

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

border-color css

<style>
 span { border-color: #543ED7; }

 span { border-color: rgb(84,62,215); }

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