Html Css Color HEX #8048EF Medium Slate Blue

📋 copy color: '#8048EF'

red 128 ◦ green 72 ◦ blue 239

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

Shades of Medium Slate Blue #8048EF

Tints of Medium Slate Blue #8048EF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.4%

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

R = 29.16%
G = 16.4%
B = 54.44%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8048EF (or 0x8048EF) is known color: Medium Slate Blue. HEX triplet: 80, 48 and EF. RGB value is (128,72,239). Sum of RGB (Red+Green+Blue) = 128+72+239=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #8048EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8048EF is #7FB710. Grayscale: #6B6B6B. Windows color (decimal): -8369937 or 15681664. OLE color: 15681664.

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

Color convert

RGB 128 72 239 -
CMYK 0.46 0.70 0 0.06
HSL 260.12º 0.84% 0.61% -
HSV(B) 260.12º 0.7% 0.94% -
XYZ 26.8 15.46 83.23 -
YUV 107.78 202.05 142.42 -
System Red Green Blue C M Y K H S L
Decimal 128 72 239 0.46 0.70 0 0.06 260.12 0.84 0.61
Hex 80 48 EF 2E 46 0 6 104 54 3D
Octal 200 110 357 56 106 0 6 404 124 75
Binary 10000000 1001000 11101111 101110 1000110 0 110 100000100 1010100 111101

Color Harmonies of #8048EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8048EF

Black with #8048EF

Text Example


Text Example

White with #8048EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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