Html Css Color HEX #8249FD Medium Slate Blue

📋 copy color: '#8249FD'

red 130 ◦ green 73 ◦ blue 253

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

Shades of Medium Slate Blue #8249FD

Tints of Medium Slate Blue #8249FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.01%

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 28.51%
G = 16.01%
B = 55.48%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8249FD (or 0x8249FD) is known color: Medium Slate Blue. HEX triplet: 82, 49 and FD. RGB value is (130,73,253). Sum of RGB (Red+Green+Blue) = 130+73+253=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #8249FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249FD is #7DB602. Grayscale: #6D6D6D. Windows color (decimal): -8238595 or 16599426. OLE color: 16599426.

HSL color Cylindrical-coordinate representation of color #8249FD: hue angle of 259º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8249FD is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 73 253 -
CMYK 0.49 0.71 0 0.01
HSL 259º 0.98% 0.64% -
HSV(B) 259º 0.71% 0.99% -
XYZ 29.32 16.6 94.59 -
YUV 110.56 208.38 141.86 -
System Red Green Blue C M Y K H S L
Decimal 130 73 253 0.49 0.71 0 0.01 259 0.98 0.64
Hex 82 49 FD 31 47 0 1 103 62 40
Octal 202 111 375 61 107 0 1 403 142 100
Binary 10000010 1001001 11111101 110001 1000111 0 1 100000011 1100010 1000000

Color Harmonies of #8249FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249FD

Black with #8249FD

Text Example


Text Example

White with #8249FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8249FD; }

 p { color: rgb(130,73,253); }

 H1.HeaderClassName
 {
   color: #8249FD;
 }
 .AnyTagClassName
 {
   color: #8249FD;
 }
</style>

background-color css

<style>
 a { background-color: #8249FD; }

 a { background-color: rgb(130,73,253); }

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

border-color css

<style>
 span { border-color: #8249FD; }

 span { border-color: rgb(130,73,253); }

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