Html Css Color HEX #8053FA Medium Slate Blue

📋 copy color: '#8053FA'

red 128 ◦ green 83 ◦ blue 250

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

Shades of Medium Slate Blue #8053FA

Tints of Medium Slate Blue #8053FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

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

R = 27.77%
G = 18%
B = 54.23%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8053FA (or 0x8053FA) is known color: Medium Slate Blue. HEX triplet: 80, 53 and FA. RGB value is (128,83,250). Sum of RGB (Red+Green+Blue) = 128+83+250=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #8053FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8053FA is #7FAC05. Grayscale: #727272. Windows color (decimal): -8367110 or 16405376. OLE color: 16405376.

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

Color convert

RGB 128 83 250 -
CMYK 0.49 0.67 0 0.02
HSL 256.17º 0.94% 0.65% -
HSV(B) 256.17º 0.67% 0.98% -
XYZ 29.25 17.68 92.31 -
YUV 115.49 203.91 136.92 -
System Red Green Blue C M Y K H S L
Decimal 128 83 250 0.49 0.67 0 0.02 256.17 0.94 0.65
Hex 80 53 FA 31 43 0 2 100 5E 41
Octal 200 123 372 61 103 0 2 400 136 101
Binary 10000000 1010011 11111010 110001 1000011 0 10 100000000 1011110 1000001

Color Harmonies of #8053FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8053FA

Black with #8053FA

Text Example


Text Example

White with #8053FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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