Html Css Color HEX #824AEF Medium Slate Blue

📋 copy color: '#824AEF'

red 130 ◦ green 74 ◦ blue 239

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

Shades of Medium Slate Blue #824AEF

Tints of Medium Slate Blue #824AEF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.7%

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 29.35%
G = 16.7%
B = 53.95%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#824AEF (or 0x824AEF) is known color: Medium Slate Blue. HEX triplet: 82, 4A and EF. RGB value is (130,74,239). Sum of RGB (Red+Green+Blue) = 130+74+239=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #824AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824AEF is #7DB510. Grayscale: #6C6C6C. Windows color (decimal): -8238353 or 15682178. OLE color: 15682178.

HSL color Cylindrical-coordinate representation of color #824AEF: hue angle of 260.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #824AEF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 74 239 -
CMYK 0.46 0.69 0 0.06
HSL 260.36º 0.84% 0.61% -
HSV(B) 260.36º 0.69% 0.94% -
XYZ 27.23 15.88 83.29 -
YUV 109.55 201.05 142.58 -
System Red Green Blue C M Y K H S L
Decimal 130 74 239 0.46 0.69 0 0.06 260.36 0.84 0.61
Hex 82 4A EF 2E 45 0 6 104 54 3D
Octal 202 112 357 56 105 0 6 404 124 75
Binary 10000010 1001010 11101111 101110 1000101 0 110 100000100 1010100 111101

Color Harmonies of #824AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824AEF

Black with #824AEF

Text Example


Text Example

White with #824AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,74,239); }

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

background-color css

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

 a { background-color: rgb(130,74,239); }

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

border-color css

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

 span { border-color: rgb(130,74,239); }

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