#8172EE

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

Shades of Medium Slate Blue #8172EE

Tints of Medium Slate Blue #8172EE

Color information

#8172EE (or 0x8172EE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 72 and EE. RGB value is (129,114,238). Sum of RGB (Red+Green+Blue) = 129+114+238=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #8172EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8172EE is #7E8D11. Grayscale: #848484. Windows color (decimal): -8293650 or 15626881. OLE color: 15626881.

HSL color Cylindrical-coordinate representation of color #8172EE: hue angle of 247.26º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8172EE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129114238-
CMYK0.460.5200.07
HSL247.26º78.48%69.02%-
HSV(B)247.26º52.1%93.33%-
XYZ30.522.8783.7-
YUV132.62187.47125.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.82%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 238 (93.36% from 255) = 49.48%
R=26.82%
G=23.70%
B=49.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291142380.460.5200.07247.2678.4869.02
Hex8172EE2E3407f74e45
Octal201162356566407367116105
Binary1000000111100101110111010111011010001111111011110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8172EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8172EE; }

 p { color: rgb(129,114,238); }

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

<style>
 a { background-color: #8172EE; }

 a { background-color: rgb(129,114,238); }

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

<style>
 span { border-color: #8172EE; }

 span { border-color: rgb(129,114,238); }

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