Html Css Color HEX #8050FA Medium Slate Blue

📋 copy color: '#8050FA'

red 128 ◦ green 80 ◦ blue 250

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

Shades of Medium Slate Blue #8050FA

Tints of Medium Slate Blue #8050FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.47%

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

R = 27.95%
G = 17.47%
B = 54.59%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8050FA (or 0x8050FA) is known color: Medium Slate Blue. HEX triplet: 80, 50 and FA. RGB value is (128,80,250). Sum of RGB (Red+Green+Blue) = 128+80+250=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #8050FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8050FA is #7FAF05. Grayscale: #717171. Windows color (decimal): -8367878 or 16404608. OLE color: 16404608.

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

Color convert

RGB 128 80 250 -
CMYK 0.49 0.68 0 0.02
HSL 256.94º 0.94% 0.65% -
HSV(B) 256.94º 0.68% 0.98% -
XYZ 29.03 17.23 92.24 -
YUV 113.73 204.9 138.18 -
System Red Green Blue C M Y K H S L
Decimal 128 80 250 0.49 0.68 0 0.02 256.94 0.94 0.65
Hex 80 50 FA 31 44 0 2 101 5E 41
Octal 200 120 372 61 104 0 2 401 136 101
Binary 10000000 1010000 11111010 110001 1000100 0 10 100000001 1011110 1000001

Color Harmonies of #8050FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050FA

Black with #8050FA

Text Example


Text Example

White with #8050FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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