Html Css Color HEX #8047FA Medium Slate Blue

📋 copy color: '#8047FA'

red 128 ◦ green 71 ◦ blue 250

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

Shades of Medium Slate Blue #8047FA

Tints of Medium Slate Blue #8047FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 28.51%
G = 15.81%
B = 55.68%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8047FA (or 0x8047FA) is known color: Medium Slate Blue. HEX triplet: 80, 47 and FA. RGB value is (128,71,250). Sum of RGB (Red+Green+Blue) = 128+71+250=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #8047FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8047FA is #7FB805. Grayscale: #6B6B6B. Windows color (decimal): -8370182 or 16402304. OLE color: 16402304.

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

Color convert

RGB 128 71 250 -
CMYK 0.49 0.72 0 0.02
HSL 259.11º 0.95% 0.63% -
HSV(B) 259.11º 0.72% 0.98% -
XYZ 28.41 16 92.03 -
YUV 108.45 207.88 141.95 -
System Red Green Blue C M Y K H S L
Decimal 128 71 250 0.49 0.72 0 0.02 259.11 0.95 0.63
Hex 80 47 FA 31 48 0 2 103 5F 3F
Octal 200 107 372 61 110 0 2 403 137 77
Binary 10000000 1000111 11111010 110001 1001000 0 10 100000011 1011111 111111

Color Harmonies of #8047FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8047FA

Black with #8047FA

Text Example


Text Example

White with #8047FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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