#8174E0

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

Shades of Medium Slate Blue #8174E0

Tints of Medium Slate Blue #8174E0

Color information

#8174E0 (or 0x8174E0) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 74 and E0. RGB value is (129,116,224). Sum of RGB (Red+Green+Blue) = 129+116+224=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #8174E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174E0 is #7E8B1F. Grayscale: #838383. Windows color (decimal): -8293152 or 14709889. OLE color: 14709889.

HSL color Cylindrical-coordinate representation of color #8174E0: hue angle of 247.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8174E0 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129116224-
CMYK0.420.4800.12
HSL247.22º63.53%66.67%-
HSV(B)247.22º48.21%87.84%-
XYZ28.7522.5473.36-
YUV132.2179.81125.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 224 (87.89% from 255) = 47.76%
R=27.51%
G=24.73%
B=47.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291162240.420.4800.12247.2263.5366.67
Hex8174E02A300Cf74043
Octal2011643405260014367100103
Binary10000001111010011100000101010110000011001111011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8174E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8174E0; }

 p { color: rgb(129,116,224); }

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

<style>
 a { background-color: #8174E0; }

 a { background-color: rgb(129,116,224); }

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

<style>
 span { border-color: #8174E0; }

 span { border-color: rgb(129,116,224); }

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