Html Css Color HEX #8059ED Medium Slate Blue

📋 copy color: '#8059ED'

red 128 ◦ green 89 ◦ blue 237

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

Shades of Medium Slate Blue #8059ED

Tints of Medium Slate Blue #8059ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 28.19%
G = 19.6%
B = 52.2%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8059ED (or 0x8059ED) is known color: Medium Slate Blue. HEX triplet: 80, 59 and ED. RGB value is (128,89,237). Sum of RGB (Red+Green+Blue) = 128+89+237=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #8059ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8059ED is #7FA612. Grayscale: #747474. Windows color (decimal): -8365587 or 15554944. OLE color: 15554944.

HSL color Cylindrical-coordinate representation of color #8059ED: hue angle of 255.81º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8059ED is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 89 237 -
CMYK 0.46 0.62 0 0.07
HSL 255.81º 0.8% 0.64% -
HSV(B) 255.81º 0.62% 0.93% -
XYZ 27.76 17.85 82.1 -
YUV 117.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 128 89 237 0.46 0.62 0 0.07 255.81 0.8 0.64
Hex 80 59 ED 2E 3E 0 7 100 50 40
Octal 200 131 355 56 76 0 7 400 120 100
Binary 10000000 1011001 11101101 101110 111110 0 111 100000000 1010000 1000000

Color Harmonies of #8059ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8059ED

Black with #8059ED

Text Example


Text Example

White with #8059ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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