#8558F3

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

Shades of Medium Slate Blue #8558F3

Tints of Medium Slate Blue #8558F3

Color information

#8558F3 (or 0x8558F3) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 58 and F3. RGB value is (133,88,243). Sum of RGB (Red+Green+Blue) = 133+88+243=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #8558F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8558F3 is #7AA70C. Grayscale: #767676. Windows color (decimal): -8038157 or 15947909. OLE color: 15947909.

HSL color Cylindrical-coordinate representation of color #8558F3: hue angle of 257.42º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8558F3 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13388243-
CMYK0.450.6400.05
HSL257.42º86.59%64.9%-
HSV(B)257.42º63.79%95.29%-
XYZ29.3418.4486.81-
YUV119.12197.91137.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 88 (34.77% from 255) = 18.97%
BLUE value IS 243 (95.31% from 255) = 52.37%
R=28.66%
G=18.97%
B=52.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133882430.450.6400.05257.4286.5964.9
Hex8558F32D40051015741
Octal2051303635510005401127101
Binary100001011011000111100111011011000000010110000000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8558F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8558F3; }

 p { color: rgb(133,88,243); }

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

<style>
 a { background-color: #8558F3; }

 a { background-color: rgb(133,88,243); }

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

<style>
 span { border-color: #8558F3; }

 span { border-color: rgb(133,88,243); }

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