#8058FD

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

Shades of Medium Slate Blue #8058FD

Tints of Medium Slate Blue #8058FD

Color information

#8058FD (or 0x8058FD) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 58 and FD. RGB value is (128,88,253). Sum of RGB (Red+Green+Blue) = 128+88+253=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #8058FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8058FD is #7FA702. Grayscale: #767676. Windows color (decimal): -8365827 or 16603264. OLE color: 16603264.

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

Color convert

RGB12888253-
CMYK0.490.6500.01
HSL254.55º97.63%66.86%-
HSV(B)254.55º65.22%99.22%-
XYZ30.1218.6694.94-
YUV118.77203.75134.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 253 (99.22% from 255) = 53.94%
R=27.29%
G=18.76%
B=53.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal128882530.490.6500.01254.5597.6366.86
Hex8058FD314101ff6243
Octal2001303756110101377142103
Binary100000001011000111111011100011000001011111111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8058FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8058FD; }

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

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

<style>
 a { background-color: #8058FD; }

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

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

<style>
 span { border-color: #8058FD; }

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

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