Html Css Color HEX #824CED Medium Slate Blue

📋 copy color: '#824CED'

red 130 ◦ green 76 ◦ blue 237

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

Shades of Medium Slate Blue #824CED

Tints of Medium Slate Blue #824CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.5%

R = 29.35%
G = 17.16%
B = 53.5%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#824CED (or 0x824CED) is known color: Medium Slate Blue. HEX triplet: 82, 4C and ED. RGB value is (130,76,237). Sum of RGB (Red+Green+Blue) = 130+76+237=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #824CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824CED is #7DB312. Grayscale: #6D6D6D. Windows color (decimal): -8237843 or 15551618. OLE color: 15551618.

HSL color Cylindrical-coordinate representation of color #824CED: hue angle of 260.12º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824CED is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 76 237 -
CMYK 0.45 0.68 0 0.07
HSL 260.12º 0.82% 0.61% -
HSV(B) 260.12º 0.68% 0.93% -
XYZ 27.08 16.03 81.79 -
YUV 110.5 199.39 141.91 -
System Red Green Blue C M Y K H S L
Decimal 130 76 237 0.45 0.68 0 0.07 260.12 0.82 0.61
Hex 82 4C ED 2D 44 0 7 104 52 3D
Octal 202 114 355 55 104 0 7 404 122 75
Binary 10000010 1001100 11101101 101101 1000100 0 111 100000100 1010010 111101

Color Harmonies of #824CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CED

Black with #824CED

Text Example


Text Example

White with #824CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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