Html Css Color HEX #8057FA Medium Slate Blue

📋 copy color: '#8057FA'

red 128 ◦ green 87 ◦ blue 250

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

Shades of Medium Slate Blue #8057FA

Tints of Medium Slate Blue #8057FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.71%

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

R = 27.53%
G = 18.71%
B = 53.76%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8057FA (or 0x8057FA) is known color: Medium Slate Blue. HEX triplet: 80, 57 and FA. RGB value is (128,87,250). Sum of RGB (Red+Green+Blue) = 128+87+250=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #8057FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8057FA is #7FA805. Grayscale: #757575. Windows color (decimal): -8366086 or 16406400. OLE color: 16406400.

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

Color convert

RGB 128 87 250 -
CMYK 0.49 0.65 0 0.02
HSL 255.09º 0.94% 0.66% -
HSV(B) 255.09º 0.65% 0.98% -
XYZ 29.57 18.31 92.42 -
YUV 117.84 202.58 135.25 -
System Red Green Blue C M Y K H S L
Decimal 128 87 250 0.49 0.65 0 0.02 255.09 0.94 0.66
Hex 80 57 FA 31 41 0 2 FF 5E 42
Octal 200 127 372 61 101 0 2 377 136 102
Binary 10000000 1010111 11111010 110001 1000001 0 10 11111111 1011110 1000010

Color Harmonies of #8057FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8057FA

Black with #8057FA

Text Example


Text Example

White with #8057FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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