#8150E5

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

Shades of Medium Slate Blue #8150E5

Tints of Medium Slate Blue #8150E5

Color information

#8150E5 (or 0x8150E5) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 50 and E5. RGB value is (129,80,229). Sum of RGB (Red+Green+Blue) = 129+80+229=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #8150E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150E5 is #7EAF1A. Grayscale: #6F6F6F. Windows color (decimal): -8302363 or 15028353. OLE color: 15028353.

HSL color Cylindrical-coordinate representation of color #8150E5: hue angle of 259.73º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8150E5 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12980229-
CMYK0.440.6500.10
HSL259.73º74.13%60.59%-
HSV(B)259.73º65.07%89.8%-
XYZ26.0616.0675.86-
YUV111.64194.23140.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.45%
GREEN value IS 80 (31.64% from 255) = 18.26%
BLUE value IS 229 (89.84% from 255) = 52.28%
R=29.45%
G=18.26%
B=52.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal129802290.440.6500.10259.7374.1360.59
Hex8150E52C410A1044a3d
Octal2011203455410101240411275
Binary100000011010000111001011011001000001010101000001001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8150E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8150E5; }

 p { color: rgb(129,80,229); }

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

<style>
 a { background-color: #8150E5; }

 a { background-color: rgb(129,80,229); }

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

<style>
 span { border-color: #8150E5; }

 span { border-color: rgb(129,80,229); }

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