Html Css Color HEX #8049FD Medium Slate Blue

📋 copy color: '#8049FD'

red 128 ◦ green 73 ◦ blue 253

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

Shades of Medium Slate Blue #8049FD

Tints of Medium Slate Blue #8049FD

RGB

 RED value IS 128 (50.39% from 255) = 28.19%

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

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

R = 28.19%
G = 16.08%
B = 55.73%

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

#8049FD (or 0x8049FD) is known color: Medium Slate Blue. HEX triplet: 80, 49 and FD. RGB value is (128,73,253). Sum of RGB (Red+Green+Blue) = 128+73+253=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #8049FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8049FD is #7FB602. Grayscale: #6D6D6D. Windows color (decimal): -8369667 or 16599424. OLE color: 16599424.

HSL color Cylindrical-coordinate representation of color #8049FD: hue angle of 258.33º 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 #8049FD is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 73 253 -
CMYK 0.49 0.71 0 0.01
HSL 258.33º 0.98% 0.64% -
HSV(B) 258.33º 0.71% 0.99% -
XYZ 29.01 16.45 94.57 -
YUV 109.97 208.72 140.86 -
System Red Green Blue C M Y K H S L
Decimal 128 73 253 0.49 0.71 0 0.01 258.33 0.98 0.64
Hex 80 49 FD 31 47 0 1 102 62 40
Octal 200 111 375 61 107 0 1 402 142 100
Binary 10000000 1001001 11111101 110001 1000111 0 1 100000010 1100010 1000000

Color Harmonies of #8049FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049FD

Black with #8049FD

Text Example


Text Example

White with #8049FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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