Html Css Color HEX #805DE8 Medium Slate Blue

📋 copy color: '#805DE8'

red 128 ◦ green 93 ◦ blue 232

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

Shades of Medium Slate Blue #805DE8

Tints of Medium Slate Blue #805DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 51.21%

R = 28.26%
G = 20.53%
B = 51.21%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#805DE8 (or 0x805DE8) is known color: Medium Slate Blue. HEX triplet: 80, 5D and E8. RGB value is (128,93,232). Sum of RGB (Red+Green+Blue) = 128+93+232=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 232 (91.02% from 255 or 51.21% from 453); Max value from RGB is 232 - color contains mainly: blue. Hex color #805DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DE8 is #7FA217. Grayscale: #767676. Windows color (decimal): -8364568 or 15228288. OLE color: 15228288.

HSL color Cylindrical-coordinate representation of color #805DE8: hue angle of 255.11º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805DE8 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 93 232 -
CMYK 0.45 0.60 0 0.09
HSL 255.11º 0.75% 0.64% -
HSV(B) 255.11º 0.6% 0.91% -
XYZ 27.38 18.24 78.42 -
YUV 119.31 191.6 134.2 -
System Red Green Blue C M Y K H S L
Decimal 128 93 232 0.45 0.60 0 0.09 255.11 0.75 0.64
Hex 80 5D E8 2D 3C 0 9 FF 4B 40
Octal 200 135 350 55 74 0 11 377 113 100
Binary 10000000 1011101 11101000 101101 111100 0 1001 11111111 1001011 1000000

Color Harmonies of #805DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DE8

Black with #805DE8

Text Example


Text Example

White with #805DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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