Html Css Color HEX #805DF9 Medium Slate Blue

📋 copy color: '#805DF9'

red 128 ◦ green 93 ◦ blue 249

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

Shades of Medium Slate Blue #805DF9

Tints of Medium Slate Blue #805DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.98%

R = 27.23%
G = 19.79%
B = 52.98%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#805DF9 (or 0x805DF9) is known color: Medium Slate Blue. HEX triplet: 80, 5D and F9. RGB value is (128,93,249). Sum of RGB (Red+Green+Blue) = 128+93+249=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #805DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DF9 is #7FA206. Grayscale: #787878. Windows color (decimal): -8364551 or 16342400. OLE color: 16342400.

HSL color Cylindrical-coordinate representation of color #805DF9: hue angle of 253.46º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #805DF9 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 93 249 -
CMYK 0.49 0.63 0 0.02
HSL 253.46º 0.93% 0.67% -
HSV(B) 253.46º 0.63% 0.98% -
XYZ 29.92 19.26 91.76 -
YUV 121.25 200.1 132.82 -
System Red Green Blue C M Y K H S L
Decimal 128 93 249 0.49 0.63 0 0.02 253.46 0.93 0.67
Hex 80 5D F9 31 3F 0 2 FD 5D 43
Octal 200 135 371 61 77 0 2 375 135 103
Binary 10000000 1011101 11111001 110001 111111 0 10 11111101 1011101 1000011

Color Harmonies of #805DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DF9

Black with #805DF9

Text Example


Text Example

White with #805DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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