Html Css Color HEX #805FDF Medium Slate Blue

📋 copy color: '#805FDF'

red 128 ◦ green 95 ◦ blue 223

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

Shades of Medium Slate Blue #805FDF

Tints of Medium Slate Blue #805FDF

RGB

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

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

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

R = 28.7%
G = 21.3%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#805FDF (or 0x805FDF) is known color: Medium Slate Blue. HEX triplet: 80, 5F and DF. RGB value is (128,95,223). Sum of RGB (Red+Green+Blue) = 128+95+223=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #805FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FDF is #7FA020. Grayscale: #767676. Windows color (decimal): -8364065 or 14638976. OLE color: 14638976.

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

Color convert

RGB 128 95 223 -
CMYK 0.43 0.57 0 0.13
HSL 255.47º 0.67% 0.62% -
HSV(B) 255.47º 0.57% 0.87% -
XYZ 26.31 18.1 71.92 -
YUV 119.46 186.43 134.09 -
System Red Green Blue C M Y K H S L
Decimal 128 95 223 0.43 0.57 0 0.13 255.47 0.67 0.62
Hex 80 5F DF 2B 39 0 D FF 43 3E
Octal 200 137 337 53 71 0 15 377 103 76
Binary 10000000 1011111 11011111 101011 111001 0 1101 11111111 1000011 111110

Color Harmonies of #805FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FDF

Black with #805FDF

Text Example


Text Example

White with #805FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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