Html Css Color HEX #824CFD Medium Slate Blue

📋 copy color: '#824CFD'

red 130 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #824CFD

Tints of Medium Slate Blue #824CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 28.32%
G = 16.56%
B = 55.12%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#824CFD (or 0x824CFD) is known color: Medium Slate Blue. HEX triplet: 82, 4C and FD. RGB value is (130,76,253). Sum of RGB (Red+Green+Blue) = 130+76+253=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #824CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824CFD is #7DB302. Grayscale: #6F6F6F. Windows color (decimal): -8237827 or 16600194. OLE color: 16600194.

HSL color Cylindrical-coordinate representation of color #824CFD: hue angle of 258.31º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824CFD is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 76 253 -
CMYK 0.49 0.70 0 0.01
HSL 258.31º 0.98% 0.65% -
HSV(B) 258.31º 0.7% 0.99% -
XYZ 29.52 17.01 94.66 -
YUV 112.32 207.39 140.61 -
System Red Green Blue C M Y K H S L
Decimal 130 76 253 0.49 0.70 0 0.01 258.31 0.98 0.65
Hex 82 4C FD 31 46 0 1 102 62 41
Octal 202 114 375 61 106 0 1 402 142 101
Binary 10000010 1001100 11111101 110001 1000110 0 1 100000010 1100010 1000001

Color Harmonies of #824CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CFD

Black with #824CFD

Text Example


Text Example

White with #824CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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