Html Css Color HEX #805EDB Medium Slate Blue

📋 copy color: '#805EDB'

red 128 ◦ green 94 ◦ blue 219

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

Shades of Medium Slate Blue #805EDB

Tints of Medium Slate Blue #805EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.32%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 29.02%
G = 21.32%
B = 49.66%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#805EDB (or 0x805EDB) is known color: Medium Slate Blue. HEX triplet: 80, 5E and DB. RGB value is (128,94,219). Sum of RGB (Red+Green+Blue) = 128+94+219=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #805EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EDB is #7FA124. Grayscale: #757575. Windows color (decimal): -8364325 or 14376576. OLE color: 14376576.

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

Color convert

RGB 128 94 219 -
CMYK 0.42 0.57 0 0.14
HSL 256.32º 0.63% 0.61% -
HSV(B) 256.32º 0.57% 0.86% -
XYZ 25.69 17.71 69.08 -
YUV 118.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 128 94 219 0.42 0.57 0 0.14 256.32 0.63 0.61
Hex 80 5E DB 2A 39 0 E 100 3F 3D
Octal 200 136 333 52 71 0 16 400 77 75
Binary 10000000 1011110 11011011 101010 111001 0 1110 100000000 111111 111101

Color Harmonies of #805EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805EDB

Black with #805EDB

Text Example


Text Example

White with #805EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,94,219); }

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

background-color css

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

 a { background-color: rgb(128,94,219); }

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

border-color css

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

 span { border-color: rgb(128,94,219); }

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