Html Css Color HEX #805DF6 Medium Slate Blue

📋 copy color: '#805DF6'

red 128 ◦ green 93 ◦ blue 246

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

Shades of Medium Slate Blue #805DF6

Tints of Medium Slate Blue #805DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.68%

R = 27.41%
G = 19.91%
B = 52.68%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#805DF6 (or 0x805DF6) is known color: Medium Slate Blue. HEX triplet: 80, 5D and F6. RGB value is (128,93,246). Sum of RGB (Red+Green+Blue) = 128+93+246=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #805DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DF6 is #7FA209. Grayscale: #787878. Windows color (decimal): -8364554 or 16145792. OLE color: 16145792.

HSL color Cylindrical-coordinate representation of color #805DF6: hue angle of 253.73º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805DF6 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 93 246 -
CMYK 0.48 0.62 0 0.04
HSL 253.73º 0.89% 0.66% -
HSV(B) 253.73º 0.62% 0.96% -
XYZ 29.45 19.07 89.32 -
YUV 120.91 198.6 133.06 -
System Red Green Blue C M Y K H S L
Decimal 128 93 246 0.48 0.62 0 0.04 253.73 0.89 0.66
Hex 80 5D F6 30 3E 0 4 FE 59 42
Octal 200 135 366 60 76 0 4 376 131 102
Binary 10000000 1011101 11110110 110000 111110 0 100 11111110 1011001 1000010

Color Harmonies of #805DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DF6

Black with #805DF6

Text Example


Text Example

White with #805DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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