Html Css Color HEX #8049EF Medium Slate Blue

📋 copy color: '#8049EF'

red 128 ◦ green 73 ◦ blue 239

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

Shades of Medium Slate Blue #8049EF

Tints of Medium Slate Blue #8049EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 29.09%
G = 16.59%
B = 54.32%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8049EF (or 0x8049EF) is known color: Medium Slate Blue. HEX triplet: 80, 49 and EF. RGB value is (128,73,239). Sum of RGB (Red+Green+Blue) = 128+73+239=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #8049EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8049EF is #7FB610. Grayscale: #6B6B6B. Windows color (decimal): -8369681 or 15681920. OLE color: 15681920.

HSL color Cylindrical-coordinate representation of color #8049EF: hue angle of 259.88º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8049EF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 73 239 -
CMYK 0.46 0.69 0 0.06
HSL 259.88º 0.84% 0.61% -
HSV(B) 259.88º 0.69% 0.94% -
XYZ 26.86 15.59 83.25 -
YUV 108.37 201.72 142 -
System Red Green Blue C M Y K H S L
Decimal 128 73 239 0.46 0.69 0 0.06 259.88 0.84 0.61
Hex 80 49 EF 2E 45 0 6 104 54 3D
Octal 200 111 357 56 105 0 6 404 124 75
Binary 10000000 1001001 11101111 101110 1000101 0 110 100000100 1010100 111101

Color Harmonies of #8049EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049EF

Black with #8049EF

Text Example


Text Example

White with #8049EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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