Html Css Color HEX #824CFE Medium Slate Blue

📋 copy color: '#824CFE'

red 130 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #824CFE

Tints of Medium Slate Blue #824CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.22%

R = 28.26%
G = 16.52%
B = 55.22%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#824CFE (or 0x824CFE) is known color: Medium Slate Blue. HEX triplet: 82, 4C and FE. RGB value is (130,76,254). Sum of RGB (Red+Green+Blue) = 130+76+254=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #824CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824CFE is #7DB301. Grayscale: #6F6F6F. Windows color (decimal): -8237826 or 16665730. OLE color: 16665730.

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

Color convert

RGB 130 76 254 -
CMYK 0.49 0.70 0 0.00
HSL 258.2º 0.99% 0.65% -
HSV(B) 258.2º 0.7% 1% -
XYZ 29.68 17.07 95.5 -
YUV 112.44 207.89 140.53 -
System Red Green Blue C M Y K H S L
Decimal 130 76 254 0.49 0.70 0 0.00 258.2 0.99 0.65
Hex 82 4C FE 31 46 0 0 102 63 41
Octal 202 114 376 61 106 0 0 402 143 101
Binary 10000010 1001100 11111110 110001 1000110 0 0 100000010 1100011 1000001

Color Harmonies of #824CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CFE

Black with #824CFE

Text Example


Text Example

White with #824CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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