Html Css Color HEX #805DDC Medium Slate Blue

📋 copy color: '#805DDC'

red 128 ◦ green 93 ◦ blue 220

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

Shades of Medium Slate Blue #805DDC

Tints of Medium Slate Blue #805DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.09%

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 29.02%
G = 21.09%
B = 49.89%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#805DDC (or 0x805DDC) is known color: Medium Slate Blue. HEX triplet: 80, 5D and DC. RGB value is (128,93,220). Sum of RGB (Red+Green+Blue) = 128+93+220=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #805DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DDC is #7FA223. Grayscale: #757575. Windows color (decimal): -8364580 or 14441856. OLE color: 14441856.

HSL color Cylindrical-coordinate representation of color #805DDC: hue angle of 256.54º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805DDC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 93 220 -
CMYK 0.42 0.58 0 0.14
HSL 256.54º 0.64% 0.61% -
HSV(B) 256.54º 0.58% 0.86% -
XYZ 25.73 17.59 69.75 -
YUV 117.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 128 93 220 0.42 0.58 0 0.14 256.54 0.64 0.61
Hex 80 5D DC 2A 3A 0 E 101 40 3D
Octal 200 135 334 52 72 0 16 401 100 75
Binary 10000000 1011101 11011100 101010 111010 0 1110 100000001 1000000 111101

Color Harmonies of #805DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DDC

Black with #805DDC

Text Example


Text Example

White with #805DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805DDC; }

 p { color: rgb(128,93,220); }

 H1.HeaderClassName
 {
   color: #805DDC;
 }
 .AnyTagClassName
 {
   color: #805DDC;
 }
</style>

background-color css

<style>
 a { background-color: #805DDC; }

 a { background-color: rgb(128,93,220); }

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

border-color css

<style>
 span { border-color: #805DDC; }

 span { border-color: rgb(128,93,220); }

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