Html Css Color HEX #824EEA Medium Slate Blue

📋 copy color: '#824EEA'

red 130 ◦ green 78 ◦ blue 234

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

Shades of Medium Slate Blue #824EEA

Tints of Medium Slate Blue #824EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 29.41%
G = 17.65%
B = 52.94%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#824EEA (or 0x824EEA) is known color: Medium Slate Blue. HEX triplet: 82, 4E and EA. RGB value is (130,78,234). Sum of RGB (Red+Green+Blue) = 130+78+234=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #824EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824EEA is #7DB115. Grayscale: #6E6E6E. Windows color (decimal): -8237334 or 15355522. OLE color: 15355522.

HSL color Cylindrical-coordinate representation of color #824EEA: hue angle of 260º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #824EEA is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 78 234 -
CMYK 0.44 0.67 0 0.08
HSL 260º 0.79% 0.61% -
HSV(B) 260º 0.67% 0.92% -
XYZ 26.78 16.14 79.54 -
YUV 111.33 197.23 141.32 -
System Red Green Blue C M Y K H S L
Decimal 130 78 234 0.44 0.67 0 0.08 260 0.79 0.61
Hex 82 4E EA 2C 43 0 8 104 4F 3D
Octal 202 116 352 54 103 0 10 404 117 75
Binary 10000010 1001110 11101010 101100 1000011 0 1000 100000100 1001111 111101

Color Harmonies of #824EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EEA

Black with #824EEA

Text Example


Text Example

White with #824EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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