Html Css Color HEX #544DC7 Slate Blue

📋 copy color: '#544DC7'

red 84 ◦ green 77 ◦ blue 199

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

Shades of Slate Blue #544DC7

Tints of Slate Blue #544DC7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

 BLUE value IS 199 (78.13% from 255) = 55.28%

R = 23.33%
G = 21.39%
B = 55.28%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#544DC7 (or 0x544DC7) is known color: Slate Blue. HEX triplet: 54, 4D and C7. RGB value is (84,77,199). Sum of RGB (Red+Green+Blue) = 84+77+199=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #544DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DC7 is #ABB238. Grayscale: #5C5C5C. Windows color (decimal): -11252281 or 13061460. OLE color: 13061460.

HSL color Cylindrical-coordinate representation of color #544DC7: hue angle of 243.44º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544DC7 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 84 77 199 -
CMYK 0.58 0.61 0 0.22
HSL 243.44º 0.52% 0.54% -
HSV(B) 243.44º 0.61% 0.78% -
XYZ 16.62 11.32 55.34 -
YUV 93 187.82 121.58 -
System Red Green Blue C M Y K H S L
Decimal 84 77 199 0.58 0.61 0 0.22 243.44 0.52 0.54
Hex 54 4D C7 3A 3D 0 16 F3 34 36
Octal 124 115 307 72 75 0 26 363 64 66
Binary 1010100 1001101 11000111 111010 111101 0 10110 11110011 110100 110110

Color Harmonies of #544DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544DC7

Black with #544DC7

Text Example


Text Example

White with #544DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544DC7; }

 p { color: rgb(84,77,199); }

 H1.HeaderClassName
 {
   color: #544DC7;
 }
 .AnyTagClassName
 {
   color: #544DC7;
 }
</style>

background-color css

<style>
 a { background-color: #544DC7; }

 a { background-color: rgb(84,77,199); }

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

border-color css

<style>
 span { border-color: #544DC7; }

 span { border-color: rgb(84,77,199); }

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