#8058ff

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

Shades of Medium Slate Blue #8058FF

Tints of Medium Slate Blue #8058FF

Color information

#8058FF (or 0x8058FF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 58 and FF. RGB value is (128,88,255). Sum of RGB (Red+Green+Blue) = 128+88+255=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #8058FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8058FF is #7FA700. Grayscale: #767676. Windows color (decimal): -8365825 or 16734336. OLE color: 16734336.

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

Color convert

RGB12888255-
CMYK0.500.6500
HSL254.37º100%67.25%-
HSV(B)254.37º65.49%100%-
XYZ30.4418.7996.63-
YUV119204.75134.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 88 (34.77% from 255) = 18.68%
BLUE value IS 255 (100% from 255) = 54.14%
R=27.18%
G=18.68%
B=54.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal128882550.500.6500254.3710067.25
Hex8058FF324100fe6443
Octal2001303776210100376144103
Binary100000001011000111111111100101000001001111111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8058ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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