Html Css Color HEX #805DDA Medium Slate Blue

📋 copy color: '#805DDA'

red 128 ◦ green 93 ◦ blue 218

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

Shades of Medium Slate Blue #805DDA

Tints of Medium Slate Blue #805DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 29.16%
G = 21.18%
B = 49.66%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#805DDA (or 0x805DDA) is known color: Medium Slate Blue. HEX triplet: 80, 5D and DA. RGB value is (128,93,218). Sum of RGB (Red+Green+Blue) = 128+93+218=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #805DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DDA is #7FA225. Grayscale: #757575. Windows color (decimal): -8364582 or 14310784. OLE color: 14310784.

HSL color Cylindrical-coordinate representation of color #805DDA: hue angle of 256.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #805DDA is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 93 218 -
CMYK 0.41 0.57 0 0.15
HSL 256.8º 0.63% 0.61% -
HSV(B) 256.8º 0.57% 0.85% -
XYZ 25.47 17.48 68.36 -
YUV 117.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 128 93 218 0.41 0.57 0 0.15 256.8 0.63 0.61
Hex 80 5D DA 29 39 0 F 101 3F 3D
Octal 200 135 332 51 71 0 17 401 77 75
Binary 10000000 1011101 11011010 101001 111001 0 1111 100000001 111111 111101

Color Harmonies of #805DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DDA

Black with #805DDA

Text Example


Text Example

White with #805DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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