#805CFD

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

Shades of Medium Slate Blue #805CFD

Tints of Medium Slate Blue #805CFD

Color information

#805CFD (or 0x805CFD) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 5C and FD. RGB value is (128,92,253). Sum of RGB (Red+Green+Blue) = 128+92+253=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #805CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CFD is #7FA302. Grayscale: #787878. Windows color (decimal): -8364803 or 16604288. OLE color: 16604288.

HSL color Cylindrical-coordinate representation of color #805CFD: hue angle of 253.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #805CFD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12892253-
CMYK0.490.6400.01
HSL253.42º97.58%67.65%-
HSV(B)253.42º63.64%99.22%-
XYZ30.4619.3495.06-
YUV121.12202.43132.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 253 (99.22% from 255) = 53.49%
R=27.06%
G=19.45%
B=53.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal128922530.490.6400.01253.4297.5867.65
Hex805CFD314001fd6244
Octal2001343756110001375142104
Binary100000001011100111111011100011000000011111110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,92,253); }

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

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

 a { background-color: rgb(128,92,253); }

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

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

 span { border-color: rgb(128,92,253); }

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