Html Css Color HEX #8059DD Medium Slate Blue

📋 copy color: '#8059DD'

red 128 ◦ green 89 ◦ blue 221

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

Shades of Medium Slate Blue #8059DD

Tints of Medium Slate Blue #8059DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 29.22%
G = 20.32%
B = 50.46%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8059DD (or 0x8059DD) is known color: Medium Slate Blue. HEX triplet: 80, 59 and DD. RGB value is (128,89,221). Sum of RGB (Red+Green+Blue) = 128+89+221=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #8059DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059DD is #7FA622. Grayscale: #737373. Windows color (decimal): -8365603 or 14506368. OLE color: 14506368.

HSL color Cylindrical-coordinate representation of color #8059DD: hue angle of 257.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8059DD is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 89 221 -
CMYK 0.42 0.60 0 0.13
HSL 257.73º 0.66% 0.61% -
HSV(B) 257.73º 0.6% 0.87% -
XYZ 25.53 16.95 70.33 -
YUV 115.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 128 89 221 0.42 0.60 0 0.13 257.73 0.66 0.61
Hex 80 59 DD 2A 3C 0 D 102 42 3D
Octal 200 131 335 52 74 0 15 402 102 75
Binary 10000000 1011001 11011101 101010 111100 0 1101 100000010 1000010 111101

Color Harmonies of #8059DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8059DD

Black with #8059DD

Text Example


Text Example

White with #8059DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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