#8957f2

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

Shades of Medium Slate Blue #8957F2

Tints of Medium Slate Blue #8957F2

Color information

#8957F2 (or 0x8957F2) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 57 and F2. RGB value is (137,87,242). Sum of RGB (Red+Green+Blue) = 137+87+242=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #8957F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8957F2 is #76A80D. Grayscale: #777777. Windows color (decimal): -7776270 or 15882121. OLE color: 15882121.

HSL color Cylindrical-coordinate representation of color #8957F2: hue angle of 259.35º degrees, saturation: 0.86, 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 #8957F2 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13787242-
CMYK0.430.6400.05
HSL259.35º85.64%64.51%-
HSV(B)259.35º64.05%94.9%-
XYZ29.7518.5586.02-
YUV119.62197.06140.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.40%
GREEN value IS 87 (34.38% from 255) = 18.67%
BLUE value IS 242 (94.92% from 255) = 51.93%
R=29.40%
G=18.67%
B=51.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137872420.430.6400.05259.3585.6464.51
Hex8957F22B40051035641
Octal2111273625310005403126101
Binary100010011010111111100101010111000000010110000001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8957f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8957f2; }

 p { color: rgb(137,87,242); }

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

<style>
 a { background-color: #8957f2; }

 a { background-color: rgb(137,87,242); }

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

<style>
 span { border-color: #8957f2; }

 span { border-color: rgb(137,87,242); }

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