Html Css Color HEX #824EF6 Medium Slate Blue

📋 copy color: '#824EF6'

red 130 ◦ green 78 ◦ blue 246

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

Shades of Medium Slate Blue #824EF6

Tints of Medium Slate Blue #824EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.19%

R = 28.63%
G = 17.18%
B = 54.19%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#824EF6 (or 0x824EF6) is known color: Medium Slate Blue. HEX triplet: 82, 4E and F6. RGB value is (130,78,246). Sum of RGB (Red+Green+Blue) = 130+78+246=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 246 (96.48% from 255 or 54.19% from 454); Max value from RGB is 246 - color contains mainly: blue. Hex color #824EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824EF6 is #7DB109. Grayscale: #707070. Windows color (decimal): -8237322 or 16141954. OLE color: 16141954.

HSL color Cylindrical-coordinate representation of color #824EF6: hue angle of 258.57º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824EF6 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 78 246 -
CMYK 0.47 0.68 0 0.04
HSL 258.57º 0.9% 0.64% -
HSV(B) 258.57º 0.68% 0.96% -
XYZ 28.56 16.85 88.94 -
YUV 112.7 203.23 140.34 -
System Red Green Blue C M Y K H S L
Decimal 130 78 246 0.47 0.68 0 0.04 258.57 0.9 0.64
Hex 82 4E F6 2F 44 0 4 103 5A 40
Octal 202 116 366 57 104 0 4 403 132 100
Binary 10000010 1001110 11110110 101111 1000100 0 100 100000011 1011010 1000000

Color Harmonies of #824EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EF6

Black with #824EF6

Text Example


Text Example

White with #824EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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