#8158E1

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

Shades of Medium Slate Blue #8158E1

Tints of Medium Slate Blue #8158E1

Color information

#8158E1 (or 0x8158E1) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 58 and E1. RGB value is (129,88,225). Sum of RGB (Red+Green+Blue) = 129+88+225=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #8158E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158E1 is #7EA71E. Grayscale: #737373. Windows color (decimal): -8300319 or 14768257. OLE color: 14768257.

HSL color Cylindrical-coordinate representation of color #8158E1: hue angle of 257.96º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8158E1 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12988225-
CMYK0.430.6100.12
HSL257.96º69.54%61.37%-
HSV(B)257.96º60.89%88.24%-
XYZ26.1317.0873.15-
YUV115.88189.58137.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 225 (88.28% from 255) = 50.90%
R=29.19%
G=19.91%
B=50.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal129882250.430.6100.12257.9669.5461.37
Hex8158E12B3D0C102463d
Octal201130341537501440210675
Binary10000001101100011100001101011111101011001000000101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8158E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8158E1; }

 p { color: rgb(129,88,225); }

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

<style>
 a { background-color: #8158E1; }

 a { background-color: rgb(129,88,225); }

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

<style>
 span { border-color: #8158E1; }

 span { border-color: rgb(129,88,225); }

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