#8058FC

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

Shades of Medium Slate Blue #8058FC

Tints of Medium Slate Blue #8058FC

Color information

#8058FC (or 0x8058FC) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 58 and FC. RGB value is (128,88,252). Sum of RGB (Red+Green+Blue) = 128+88+252=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #8058FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8058FC is #7FA703. Grayscale: #767676. Windows color (decimal): -8365828 or 16537728. OLE color: 16537728.

HSL color Cylindrical-coordinate representation of color #8058FC: hue angle of 254.63º degrees, saturation: 0.96, 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 #8058FC is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12888252-
CMYK0.490.6500.01
HSL254.63º96.47%66.67%-
HSV(B)254.63º65.08%98.82%-
XYZ29.9618.694.11-
YUV118.66203.25134.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 88 (34.77% from 255) = 18.80%
BLUE value IS 252 (98.83% from 255) = 53.85%
R=27.35%
G=18.80%
B=53.85%

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
Decimal128882520.490.6500.01254.6396.4766.67
Hex8058FC314101ff6043
Octal2001303746110101377140103
Binary100000001011000111111001100011000001011111111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8058FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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