Html Css Color HEX #824CD4 Slate Blue

📋 copy color: '#824CD4'

red 130 ◦ green 76 ◦ blue 212

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

Shades of Slate Blue #824CD4

Tints of Slate Blue #824CD4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.18%

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

R = 31.1%
G = 18.18%
B = 50.72%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#824CD4 (or 0x824CD4) is known color: Slate Blue. HEX triplet: 82, 4C and D4. RGB value is (130,76,212). Sum of RGB (Red+Green+Blue) = 130+76+212=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #824CD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CD4 is #7DB32B. Grayscale: #6B6B6B. Windows color (decimal): -8237868 or 13913218. OLE color: 13913218.

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

Color convert

RGB 130 76 212 -
CMYK 0.39 0.64 0 0.17
HSL 263.82º 0.61% 0.56% -
HSV(B) 263.82º 0.64% 0.83% -
XYZ 23.67 14.67 63.87 -
YUV 107.65 186.89 143.94 -
System Red Green Blue C M Y K H S L
Decimal 130 76 212 0.39 0.64 0 0.17 263.82 0.61 0.56
Hex 82 4C D4 27 40 0 11 108 3D 38
Octal 202 114 324 47 100 0 21 410 75 70
Binary 10000010 1001100 11010100 100111 1000000 0 10001 100001000 111101 111000

Color Harmonies of #824CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CD4

Black with #824CD4

Text Example


Text Example

White with #824CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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