Html Css Color HEX #8059FE Medium Slate Blue

📋 copy color: '#8059FE'

red 128 ◦ green 89 ◦ blue 254

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

Shades of Medium Slate Blue #8059FE

Tints of Medium Slate Blue #8059FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.9%

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 27.18%
G = 18.9%
B = 53.93%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8059FE (or 0x8059FE) is known color: Medium Slate Blue. HEX triplet: 80, 59 and FE. RGB value is (128,89,254). Sum of RGB (Red+Green+Blue) = 128+89+254=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #8059FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8059FE is #7FA601. Grayscale: #767676. Windows color (decimal): -8365570 or 16669056. OLE color: 16669056.

HSL color Cylindrical-coordinate representation of color #8059FE: hue angle of 254.18º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8059FE is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 89 254 -
CMYK 0.50 0.65 0 0.00
HSL 254.18º 0.99% 0.67% -
HSV(B) 254.18º 0.65% 1% -
XYZ 30.36 18.89 95.81 -
YUV 119.47 203.92 134.08 -
System Red Green Blue C M Y K H S L
Decimal 128 89 254 0.50 0.65 0 0.00 254.18 0.99 0.67
Hex 80 59 FE 32 41 0 0 FE 63 43
Octal 200 131 376 62 101 0 0 376 143 103
Binary 10000000 1011001 11111110 110010 1000001 0 0 11111110 1100011 1000011

Color Harmonies of #8059FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8059FE

Black with #8059FE

Text Example


Text Example

White with #8059FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8059FE; }

 p { color: rgb(128,89,254); }

 H1.HeaderClassName
 {
   color: #8059FE;
 }
 .AnyTagClassName
 {
   color: #8059FE;
 }
</style>

background-color css

<style>
 a { background-color: #8059FE; }

 a { background-color: rgb(128,89,254); }

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

border-color css

<style>
 span { border-color: #8059FE; }

 span { border-color: rgb(128,89,254); }

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