#805FF7

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

Shades of Medium Slate Blue #805FF7

Tints of Medium Slate Blue #805FF7

Color information

#805FF7 (or 0x805FF7) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 5F and F7. RGB value is (128,95,247). Sum of RGB (Red+Green+Blue) = 128+95+247=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #805FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FF7 is #7FA008. Grayscale: #797979. Windows color (decimal): -8364041 or 16211840. OLE color: 16211840.

HSL color Cylindrical-coordinate representation of color #805FF7: hue angle of 253.03º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805FF7 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12895247-
CMYK0.480.6200.03
HSL253.03º90.48%67.06%-
HSV(B)253.03º61.54%96.86%-
XYZ29.7819.4990.19-
YUV122.2198.43132.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 95 (37.5% from 255) = 20.21%
BLUE value IS 247 (96.88% from 255) = 52.55%
R=27.23%
G=20.21%
B=52.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal128952470.480.6200.03253.0390.4867.06
Hex805FF7303E03fd5a43
Octal200137367607603375132103
Binary100000001011111111101111100001111100111111110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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