Html Css Color HEX #8047FF Medium Slate Blue

📋 copy color: '#8047FF'

red 128 ◦ green 71 ◦ blue 255

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

Shades of Medium Slate Blue #8047FF

Tints of Medium Slate Blue #8047FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.64%

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

R = 28.19%
G = 15.64%
B = 56.17%

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

#8047FF (or 0x8047FF) is known color: Medium Slate Blue. HEX triplet: 80, 47 and FF. RGB value is (128,71,255). Sum of RGB (Red+Green+Blue) = 128+71+255=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #8047FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8047FF is #7FB800. Grayscale: #6C6C6C. Windows color (decimal): -8370177 or 16729984. OLE color: 16729984.

HSL color Cylindrical-coordinate representation of color #8047FF: hue angle of 258.59º 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 #8047FF is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 71 255 -
CMYK 0.50 0.72 0 0
HSL 258.59º 1% 0.64% -
HSV(B) 258.59º 0.72% 1% -
XYZ 29.21 16.32 96.22 -
YUV 109.02 210.38 141.54 -
System Red Green Blue C M Y K H S L
Decimal 128 71 255 0.50 0.72 0 0 258.59 1 0.64
Hex 80 47 FF 32 48 0 0 103 64 40
Octal 200 107 377 62 110 0 0 403 144 100
Binary 10000000 1000111 11111111 110010 1001000 0 0 100000011 1100100 1000000

Color Harmonies of #8047FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8047FF

Black with #8047FF

Text Example


Text Example

White with #8047FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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