Html Css Color HEX #824BFC Medium Slate Blue

📋 copy color: '#824BFC'

red 130 ◦ green 75 ◦ blue 252

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

Shades of Medium Slate Blue #824BFC

Tints of Medium Slate Blue #824BFC

RGB

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

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

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

R = 28.45%
G = 16.41%
B = 55.14%

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

#824BFC (or 0x824BFC) is known color: Medium Slate Blue. HEX triplet: 82, 4B and FC. RGB value is (130,75,252). Sum of RGB (Red+Green+Blue) = 130+75+252=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #824BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824BFC is #7DB403. Grayscale: #6E6E6E. Windows color (decimal): -8238084 or 16534402. OLE color: 16534402.

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

Color convert

RGB 130 75 252 -
CMYK 0.48 0.70 0 0.01
HSL 258.64º 0.97% 0.64% -
HSV(B) 258.64º 0.7% 0.99% -
XYZ 29.29 16.81 93.8 -
YUV 111.62 207.22 141.11 -
System Red Green Blue C M Y K H S L
Decimal 130 75 252 0.48 0.70 0 0.01 258.64 0.97 0.64
Hex 82 4B FC 30 46 0 1 103 61 40
Octal 202 113 374 60 106 0 1 403 141 100
Binary 10000010 1001011 11111100 110000 1000110 0 1 100000011 1100001 1000000

Color Harmonies of #824BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BFC

Black with #824BFC

Text Example


Text Example

White with #824BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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