Html Css Color HEX #824CFC Medium Slate Blue

📋 copy color: '#824CFC'

red 130 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #824CFC

Tints of Medium Slate Blue #824CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.02%

R = 28.38%
G = 16.59%
B = 55.02%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#824CFC (or 0x824CFC) is known color: Medium Slate Blue. HEX triplet: 82, 4C and FC. RGB value is (130,76,252). Sum of RGB (Red+Green+Blue) = 130+76+252=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #824CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824CFC is #7DB303. Grayscale: #6F6F6F. Windows color (decimal): -8237828 or 16534658. OLE color: 16534658.

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

Color convert

RGB 130 76 252 -
CMYK 0.48 0.70 0 0.01
HSL 258.41º 0.97% 0.64% -
HSV(B) 258.41º 0.7% 0.99% -
XYZ 29.36 16.94 93.82 -
YUV 112.21 206.89 140.69 -
System Red Green Blue C M Y K H S L
Decimal 130 76 252 0.48 0.70 0 0.01 258.41 0.97 0.64
Hex 82 4C FC 30 46 0 1 102 61 40
Octal 202 114 374 60 106 0 1 402 141 100
Binary 10000010 1001100 11111100 110000 1000110 0 1 100000010 1100001 1000000

Color Harmonies of #824CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CFC

Black with #824CFC

Text Example


Text Example

White with #824CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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