Html Css Color HEX #805DED Medium Slate Blue

📋 copy color: '#805DED'

red 128 ◦ green 93 ◦ blue 237

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

Shades of Medium Slate Blue #805DED

Tints of Medium Slate Blue #805DED

RGB

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

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

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

R = 27.95%
G = 20.31%
B = 51.75%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#805DED (or 0x805DED) is known color: Medium Slate Blue. HEX triplet: 80, 5D and ED. RGB value is (128,93,237). Sum of RGB (Red+Green+Blue) = 128+93+237=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #805DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DED is #7FA212. Grayscale: #777777. Windows color (decimal): -8364563 or 15555968. OLE color: 15555968.

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

Color convert

RGB 128 93 237 -
CMYK 0.46 0.61 0 0.07
HSL 254.58º 0.8% 0.65% -
HSV(B) 254.58º 0.61% 0.93% -
XYZ 28.1 18.53 82.22 -
YUV 119.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 128 93 237 0.46 0.61 0 0.07 254.58 0.8 0.65
Hex 80 5D ED 2E 3D 0 7 FF 50 41
Octal 200 135 355 56 75 0 7 377 120 101
Binary 10000000 1011101 11101101 101110 111101 0 111 11111111 1010000 1000001

Color Harmonies of #805DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DED

Black with #805DED

Text Example


Text Example

White with #805DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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