#8155DE

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

Shades of Medium Slate Blue #8155DE

Tints of Medium Slate Blue #8155DE

Color information

#8155DE (or 0x8155DE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 55 and DE. RGB value is (129,85,222). Sum of RGB (Red+Green+Blue) = 129+85+222=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #8155DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155DE is #7EAA21. Grayscale: #717171. Windows color (decimal): -8301090 or 14570881. OLE color: 14570881.

HSL color Cylindrical-coordinate representation of color #8155DE: hue angle of 259.27º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8155DE is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12985222-
CMYK0.420.6200.13
HSL259.27º67.49%60.2%-
HSV(B)259.27º61.71%87.06%-
XYZ25.4916.4470.94-
YUV113.77189.08138.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 222 (87.11% from 255) = 50.92%
R=29.59%
G=19.50%
B=50.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129852220.420.6200.13259.2767.4960.2
Hex8155DE2A3E0D103433c
Octal201125336527601540310374
Binary10000001101010111011110101010111110011011000000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8155DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8155DE; }

 p { color: rgb(129,85,222); }

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

<style>
 a { background-color: #8155DE; }

 a { background-color: rgb(129,85,222); }

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

<style>
 span { border-color: #8155DE; }

 span { border-color: rgb(129,85,222); }

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