Html Css Color HEX #805FDB Medium Slate Blue

📋 copy color: '#805FDB'

red 128 ◦ green 95 ◦ blue 219

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

Shades of Medium Slate Blue #805FDB

Tints of Medium Slate Blue #805FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

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

R = 28.96%
G = 21.49%
B = 49.55%

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

#805FDB (or 0x805FDB) is known color: Medium Slate Blue. HEX triplet: 80, 5F and DB. RGB value is (128,95,219). Sum of RGB (Red+Green+Blue) = 128+95+219=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #805FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FDB is #7FA024. Grayscale: #767676. Windows color (decimal): -8364069 or 14376832. OLE color: 14376832.

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

Color convert

RGB 128 95 219 -
CMYK 0.42 0.57 0 0.14
HSL 255.97º 0.63% 0.62% -
HSV(B) 255.97º 0.57% 0.86% -
XYZ 25.78 17.89 69.11 -
YUV 119 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 128 95 219 0.42 0.57 0 0.14 255.97 0.63 0.62
Hex 80 5F DB 2A 39 0 E 100 3F 3E
Octal 200 137 333 52 71 0 16 400 77 76
Binary 10000000 1011111 11011011 101010 111001 0 1110 100000000 111111 111110

Color Harmonies of #805FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FDB

Black with #805FDB

Text Example


Text Example

White with #805FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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