Html Css Color HEX #8059FF Medium Slate Blue

📋 copy color: '#8059FF'

red 128 ◦ green 89 ◦ blue 255

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

Shades of Medium Slate Blue #8059FF

Tints of Medium Slate Blue #8059FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 27.12%
G = 18.86%
B = 54.03%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8059FF (or 0x8059FF) is known color: Medium Slate Blue. HEX triplet: 80, 59 and FF. RGB value is (128,89,255). Sum of RGB (Red+Green+Blue) = 128+89+255=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #8059FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8059FF is #7FA600. Grayscale: #767676. Windows color (decimal): -8365569 or 16734592. OLE color: 16734592.

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

Color convert

RGB 128 89 255 -
CMYK 0.50 0.65 0 0
HSL 254.1º 1% 0.67% -
HSV(B) 254.1º 0.65% 1% -
XYZ 30.52 18.95 96.66 -
YUV 119.59 204.42 134 -
System Red Green Blue C M Y K H S L
Decimal 128 89 255 0.50 0.65 0 0 254.1 1 0.67
Hex 80 59 FF 32 41 0 0 FE 64 43
Octal 200 131 377 62 101 0 0 376 144 103
Binary 10000000 1011001 11111111 110010 1000001 0 0 11111110 1100100 1000011

Color Harmonies of #8059FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8059FF

Black with #8059FF

Text Example


Text Example

White with #8059FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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