#805BF9

Color #805BF9 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #805BF9

Tints of Medium Slate Blue #805BF9

Color information

#805BF9 (or 0x805BF9) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 5B and F9. RGB value is (128,91,249). Sum of RGB (Red+Green+Blue) = 128+91+249=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #805BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805BF9 is #7FA406. Grayscale: #777777. Windows color (decimal): -8365063 or 16341888. OLE color: 16341888.

HSL color Cylindrical-coordinate representation of color #805BF9: hue angle of 254.05º 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 #805BF9 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12891249-
CMYK0.490.6300.02
HSL254.05º92.94%66.67%-
HSV(B)254.05º63.45%97.65%-
XYZ29.7418.9191.71-
YUV120.07200.76133.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 91 (35.94% from 255) = 19.44%
BLUE value IS 249 (97.66% from 255) = 53.21%
R=27.35%
G=19.44%
B=53.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128912490.490.6300.02254.0592.9466.67
Hex805BF9313F02fe5d43
Octal200133371617702376135103
Binary100000001011011111110011100011111110101111111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #805BF9;
 }
 .AnyTagClassName
 {
   color: #805BF9;
 }
</style>
background-color css

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

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

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

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

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

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