Html Css Color HEX #524ED9 Slate Blue

📋 copy color: '#524ED9'

red 82 ◦ green 78 ◦ blue 217

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

Shades of Slate Blue #524ED9

Tints of Slate Blue #524ED9

RGB

 RED value IS 82 (32.42% from 255) = 21.75%

 GREEN value IS 78 (30.86% from 255) = 20.69%

 BLUE value IS 217 (85.16% from 255) = 57.56%

R = 21.75%
G = 20.69%
B = 57.56%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#524ED9 (or 0x524ED9) is known color: Slate Blue. HEX triplet: 52, 4E and D9. RGB value is (82,78,217). Sum of RGB (Red+Green+Blue) = 82+78+217=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 217 (85.16% from 255 or 57.56% from 377); Max value from RGB is 217 - color contains mainly: blue. Hex color #524ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524ED9 is #ADB126. Grayscale: #5E5E5E. Windows color (decimal): -11383079 or 14241362. OLE color: 14241362.

HSL color Cylindrical-coordinate representation of color #524ED9: hue angle of 241.73º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #524ED9 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 78 217 -
CMYK 0.62 0.64 0 0.15
HSL 241.73º 0.65% 0.58% -
HSV(B) 241.73º 0.64% 0.85% -
XYZ 18.73 12.25 67.02 -
YUV 95.04 196.83 118.7 -
System Red Green Blue C M Y K H S L
Decimal 82 78 217 0.62 0.64 0 0.15 241.73 0.65 0.58
Hex 52 4E D9 3E 40 0 F F2 41 3A
Octal 122 116 331 76 100 0 17 362 101 72
Binary 1010010 1001110 11011001 111110 1000000 0 1111 11110010 1000001 111010

Color Harmonies of #524ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524ED9

Black with #524ED9

Text Example


Text Example

White with #524ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524ED9; }

 p { color: rgb(82,78,217); }

 H1.HeaderClassName
 {
   color: #524ED9;
 }
 .AnyTagClassName
 {
   color: #524ED9;
 }
</style>

background-color css

<style>
 a { background-color: #524ED9; }

 a { background-color: rgb(82,78,217); }

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

border-color css

<style>
 span { border-color: #524ED9; }

 span { border-color: rgb(82,78,217); }

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