Html Css Color HEX #805DDF Medium Slate Blue

📋 copy color: '#805DDF'

red 128 ◦ green 93 ◦ blue 223

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

Shades of Medium Slate Blue #805DDF

Tints of Medium Slate Blue #805DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 28.83%
G = 20.95%
B = 50.23%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#805DDF (or 0x805DDF) is known color: Medium Slate Blue. HEX triplet: 80, 5D and DF. RGB value is (128,93,223). Sum of RGB (Red+Green+Blue) = 128+93+223=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #805DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DDF is #7FA220. Grayscale: #757575. Windows color (decimal): -8364577 or 14638464. OLE color: 14638464.

HSL color Cylindrical-coordinate representation of color #805DDF: hue angle of 256.15º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805DDF is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 93 223 -
CMYK 0.43 0.58 0 0.13
HSL 256.15º 0.67% 0.62% -
HSV(B) 256.15º 0.58% 0.87% -
XYZ 26.14 17.75 71.86 -
YUV 118.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 128 93 223 0.43 0.58 0 0.13 256.15 0.67 0.62
Hex 80 5D DF 2B 3A 0 D 100 43 3E
Octal 200 135 337 53 72 0 15 400 103 76
Binary 10000000 1011101 11011111 101011 111010 0 1101 100000000 1000011 111110

Color Harmonies of #805DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DDF

Black with #805DDF

Text Example


Text Example

White with #805DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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