Html Css Color HEX #8049F6 Medium Slate Blue

📋 copy color: '#8049F6'

red 128 ◦ green 73 ◦ blue 246

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

Shades of Medium Slate Blue #8049F6

Tints of Medium Slate Blue #8049F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.03%

R = 28.64%
G = 16.33%
B = 55.03%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8049F6 (or 0x8049F6) is known color: Medium Slate Blue. HEX triplet: 80, 49 and F6. RGB value is (128,73,246). Sum of RGB (Red+Green+Blue) = 128+73+246=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 246 (96.48% from 255 or 55.03% from 447); Max value from RGB is 246 - color contains mainly: blue. Hex color #8049F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8049F6 is #7FB609. Grayscale: #6C6C6C. Windows color (decimal): -8369674 or 16140672. OLE color: 16140672.

HSL color Cylindrical-coordinate representation of color #8049F6: hue angle of 259.08º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8049F6 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 73 246 -
CMYK 0.48 0.70 0 0.04
HSL 259.08º 0.91% 0.63% -
HSV(B) 259.08º 0.7% 0.96% -
XYZ 27.92 16.01 88.81 -
YUV 109.17 205.22 141.43 -
System Red Green Blue C M Y K H S L
Decimal 128 73 246 0.48 0.70 0 0.04 259.08 0.91 0.63
Hex 80 49 F6 30 46 0 4 103 5B 3F
Octal 200 111 366 60 106 0 4 403 133 77
Binary 10000000 1001001 11110110 110000 1000110 0 100 100000011 1011011 111111

Color Harmonies of #8049F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049F6

Black with #8049F6

Text Example


Text Example

White with #8049F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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