Html Css Color HEX #824FF8 Medium Slate Blue

📋 copy color: '#824FF8'

red 130 ◦ green 79 ◦ blue 248

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

Shades of Medium Slate Blue #824FF8

Tints of Medium Slate Blue #824FF8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.29%

 BLUE value IS 248 (97.27% from 255) = 54.27%

R = 28.45%
G = 17.29%
B = 54.27%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#824FF8 (or 0x824FF8) is known color: Medium Slate Blue. HEX triplet: 82, 4F and F8. RGB value is (130,79,248). Sum of RGB (Red+Green+Blue) = 130+79+248=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #824FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824FF8 is #7DB007. Grayscale: #707070. Windows color (decimal): -8237064 or 16273282. OLE color: 16273282.

HSL color Cylindrical-coordinate representation of color #824FF8: hue angle of 258.11º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824FF8 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 79 248 -
CMYK 0.48 0.68 0 0.03
HSL 258.11º 0.92% 0.64% -
HSV(B) 258.11º 0.68% 0.97% -
XYZ 28.95 17.12 90.58 -
YUV 113.52 203.9 139.76 -
System Red Green Blue C M Y K H S L
Decimal 130 79 248 0.48 0.68 0 0.03 258.11 0.92 0.64
Hex 82 4F F8 30 44 0 3 102 5C 40
Octal 202 117 370 60 104 0 3 402 134 100
Binary 10000010 1001111 11111000 110000 1000100 0 11 100000010 1011100 1000000

Color Harmonies of #824FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FF8

Black with #824FF8

Text Example


Text Example

White with #824FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,79,248); }

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

background-color css

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

 a { background-color: rgb(130,79,248); }

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

border-color css

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

 span { border-color: rgb(130,79,248); }

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