Html Css Color HEX #8048FF Medium Slate Blue

📋 copy color: '#8048FF'

red 128 ◦ green 72 ◦ blue 255

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

Shades of Medium Slate Blue #8048FF

Tints of Medium Slate Blue #8048FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.04%

R = 28.13%
G = 15.82%
B = 56.04%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8048FF (or 0x8048FF) is known color: Medium Slate Blue. HEX triplet: 80, 48 and FF. RGB value is (128,72,255). Sum of RGB (Red+Green+Blue) = 128+72+255=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #8048FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8048FF is #7FB700. Grayscale: #6C6C6C. Windows color (decimal): -8369921 or 16730240. OLE color: 16730240.

HSL color Cylindrical-coordinate representation of color #8048FF: hue angle of 258.36º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8048FF is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 72 255 -
CMYK 0.50 0.72 0 0
HSL 258.36º 1% 0.64% -
HSV(B) 258.36º 0.72% 1% -
XYZ 29.27 16.44 96.24 -
YUV 109.61 210.05 141.12 -
System Red Green Blue C M Y K H S L
Decimal 128 72 255 0.50 0.72 0 0 258.36 1 0.64
Hex 80 48 FF 32 48 0 0 102 64 40
Octal 200 110 377 62 110 0 0 402 144 100
Binary 10000000 1001000 11111111 110010 1001000 0 0 100000010 1100100 1000000

Color Harmonies of #8048FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8048FF

Black with #8048FF

Text Example


Text Example

White with #8048FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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