Html Css Color HEX #8049F9 Medium Slate Blue

📋 copy color: '#8049F9'

red 128 ◦ green 73 ◦ blue 249

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

Shades of Medium Slate Blue #8049F9

Tints of Medium Slate Blue #8049F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.33%

R = 28.44%
G = 16.22%
B = 55.33%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8049F9 (or 0x8049F9) is known color: Medium Slate Blue. HEX triplet: 80, 49 and F9. RGB value is (128,73,249). Sum of RGB (Red+Green+Blue) = 128+73+249=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #8049F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8049F9 is #7FB606. Grayscale: #6C6C6C. Windows color (decimal): -8369671 or 16337280. OLE color: 16337280.

HSL color Cylindrical-coordinate representation of color #8049F9: hue angle of 258.75º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8049F9 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 73 249 -
CMYK 0.49 0.71 0 0.02
HSL 258.75º 0.94% 0.63% -
HSV(B) 258.75º 0.71% 0.98% -
XYZ 28.38 16.19 91.25 -
YUV 109.51 206.72 141.19 -
System Red Green Blue C M Y K H S L
Decimal 128 73 249 0.49 0.71 0 0.02 258.75 0.94 0.63
Hex 80 49 F9 31 47 0 2 103 5E 3F
Octal 200 111 371 61 107 0 2 403 136 77
Binary 10000000 1001001 11111001 110001 1000111 0 10 100000011 1011110 111111

Color Harmonies of #8049F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049F9

Black with #8049F9

Text Example


Text Example

White with #8049F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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