Html Css Color HEX #824BFE Medium Slate Blue

📋 copy color: '#824BFE'

red 130 ◦ green 75 ◦ blue 254

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

Shades of Medium Slate Blue #824BFE

Tints of Medium Slate Blue #824BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.34%

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

R = 28.32%
G = 16.34%
B = 55.34%

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

#824BFE (or 0x824BFE) is known color: Medium Slate Blue. HEX triplet: 82, 4B and FE. RGB value is (130,75,254). Sum of RGB (Red+Green+Blue) = 130+75+254=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #824BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824BFE is #7DB401. Grayscale: #6F6F6F. Windows color (decimal): -8238082 or 16665474. OLE color: 16665474.

HSL color Cylindrical-coordinate representation of color #824BFE: hue angle of 258.44º 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 #824BFE is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 75 254 -
CMYK 0.49 0.70 0 0.00
HSL 258.44º 0.99% 0.65% -
HSV(B) 258.44º 0.7% 1% -
XYZ 29.61 16.93 95.47 -
YUV 111.85 208.22 140.95 -
System Red Green Blue C M Y K H S L
Decimal 130 75 254 0.49 0.70 0 0.00 258.44 0.99 0.65
Hex 82 4B FE 31 46 0 0 102 63 41
Octal 202 113 376 61 106 0 0 402 143 101
Binary 10000010 1001011 11111110 110001 1000110 0 0 100000010 1100011 1000001

Color Harmonies of #824BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BFE

Black with #824BFE

Text Example


Text Example

White with #824BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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