Html Css Color HEX #824ED4 Slate Blue

📋 copy color: '#824ED4'

red 130 ◦ green 78 ◦ blue 212

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

Shades of Slate Blue #824ED4

Tints of Slate Blue #824ED4

RGB

 RED value IS 130 (51.17% from 255) = 30.95%

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

 BLUE value IS 212 (83.2% from 255) = 50.48%

R = 30.95%
G = 18.57%
B = 50.48%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#824ED4 (or 0x824ED4) is known color: Slate Blue. HEX triplet: 82, 4E and D4. RGB value is (130,78,212). Sum of RGB (Red+Green+Blue) = 130+78+212=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #824ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824ED4 is #7DB12B. Grayscale: #6C6C6C. Windows color (decimal): -8237356 or 13913730. OLE color: 13913730.

HSL color Cylindrical-coordinate representation of color #824ED4: hue angle of 263.28º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824ED4 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 78 212 -
CMYK 0.39 0.63 0 0.17
HSL 263.28º 0.61% 0.57% -
HSV(B) 263.28º 0.63% 0.83% -
XYZ 23.81 14.95 63.92 -
YUV 108.82 186.23 143.1 -
System Red Green Blue C M Y K H S L
Decimal 130 78 212 0.39 0.63 0 0.17 263.28 0.61 0.57
Hex 82 4E D4 27 3F 0 11 107 3D 39
Octal 202 116 324 47 77 0 21 407 75 71
Binary 10000010 1001110 11010100 100111 111111 0 10001 100000111 111101 111001

Color Harmonies of #824ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ED4

Black with #824ED4

Text Example


Text Example

White with #824ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824ED4; }

 p { color: rgb(130,78,212); }

 H1.HeaderClassName
 {
   color: #824ED4;
 }
 .AnyTagClassName
 {
   color: #824ED4;
 }
</style>

background-color css

<style>
 a { background-color: #824ED4; }

 a { background-color: rgb(130,78,212); }

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

border-color css

<style>
 span { border-color: #824ED4; }

 span { border-color: rgb(130,78,212); }

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