#8950E7

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

Shades of Medium Slate Blue #8950E7

Tints of Medium Slate Blue #8950E7

Color information

#8950E7 (or 0x8950E7) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 50 and E7. RGB value is (137,80,231). Sum of RGB (Red+Green+Blue) = 137+80+231=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #8950E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8950E7 is #76AF18. Grayscale: #717171. Windows color (decimal): -7778073 or 15159433. OLE color: 15159433.

HSL color Cylindrical-coordinate representation of color #8950E7: hue angle of 262.65º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8950E7 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13780231-
CMYK0.410.6500.09
HSL262.65º75.88%60.98%-
HSV(B)262.65º65.37%90.59%-
XYZ27.6116.8377.39-
YUV114.26193.88144.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.58%
GREEN value IS 80 (31.64% from 255) = 17.86%
BLUE value IS 231 (90.62% from 255) = 51.56%
R=30.58%
G=17.86%
B=51.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal137802310.410.6500.09262.6575.8860.98
Hex8950E72941091074c3d
Octal2111203475110101140711475
Binary100010011010000111001111010011000001010011000001111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8950E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8950E7; }

 p { color: rgb(137,80,231); }

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

<style>
 a { background-color: #8950E7; }

 a { background-color: rgb(137,80,231); }

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

<style>
 span { border-color: #8950E7; }

 span { border-color: rgb(137,80,231); }

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