Html Css Color HEX #543FDD Slate Blue

📋 copy color: '#543FDD'

red 84 ◦ green 63 ◦ blue 221

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

Shades of Slate Blue #543FDD

Tints of Slate Blue #543FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.12%

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 22.83%
G = 17.12%
B = 60.05%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#543FDD (or 0x543FDD) is known color: Slate Blue. HEX triplet: 54, 3F and DD. RGB value is (84,63,221). Sum of RGB (Red+Green+Blue) = 84+63+221=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #543FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543FDD is #ABC022. Grayscale: #565656. Windows color (decimal): -11255843 or 14499668. OLE color: 14499668.

HSL color Cylindrical-coordinate representation of color #543FDD: hue angle of 247.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543FDD is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 63 221 -
CMYK 0.62 0.71 0 0.13
HSL 247.97º 0.7% 0.56% -
HSV(B) 247.97º 0.71% 0.87% -
XYZ 18.48 10.66 69.49 -
YUV 87.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 84 63 221 0.62 0.71 0 0.13 247.97 0.7 0.56
Hex 54 3F DD 3E 47 0 D F8 46 38
Octal 124 77 335 76 107 0 15 370 106 70
Binary 1010100 111111 11011101 111110 1000111 0 1101 11111000 1000110 111000

Color Harmonies of #543FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543FDD

Black with #543FDD

Text Example


Text Example

White with #543FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,63,221); }

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

background-color css

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

 a { background-color: rgb(84,63,221); }

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

border-color css

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

 span { border-color: rgb(84,63,221); }

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