Html Css Color HEX #8047FD Medium Slate Blue

📋 copy color: '#8047FD'

red 128 ◦ green 71 ◦ blue 253

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

Shades of Medium Slate Blue #8047FD

Tints of Medium Slate Blue #8047FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.97%

R = 28.32%
G = 15.71%
B = 55.97%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8047FD (or 0x8047FD) is known color: Medium Slate Blue. HEX triplet: 80, 47 and FD. RGB value is (128,71,253). Sum of RGB (Red+Green+Blue) = 128+71+253=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #8047FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8047FD is #7FB802. Grayscale: #6C6C6C. Windows color (decimal): -8370179 or 16598912. OLE color: 16598912.

HSL color Cylindrical-coordinate representation of color #8047FD: hue angle of 258.79º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8047FD is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 71 253 -
CMYK 0.49 0.72 0 0.01
HSL 258.79º 0.98% 0.64% -
HSV(B) 258.79º 0.72% 0.99% -
XYZ 28.88 16.19 94.53 -
YUV 108.79 209.38 141.7 -
System Red Green Blue C M Y K H S L
Decimal 128 71 253 0.49 0.72 0 0.01 258.79 0.98 0.64
Hex 80 47 FD 31 48 0 1 103 62 40
Octal 200 107 375 61 110 0 1 403 142 100
Binary 10000000 1000111 11111101 110001 1001000 0 1 100000011 1100010 1000000

Color Harmonies of #8047FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8047FD

Black with #8047FD

Text Example


Text Example

White with #8047FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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