#8174E2

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

Shades of Medium Slate Blue #8174E2

Tints of Medium Slate Blue #8174E2

Color information

#8174E2 (or 0x8174E2) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 74 and E2. RGB value is (129,116,226). Sum of RGB (Red+Green+Blue) = 129+116+226=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #8174E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174E2 is #7E8B1D. Grayscale: #848484. Windows color (decimal): -8293150 or 14840961. OLE color: 14840961.

HSL color Cylindrical-coordinate representation of color #8174E2: hue angle of 247.09º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8174E2 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB129116226-
CMYK0.430.4900.11
HSL247.09º65.48%67.06%-
HSV(B)247.09º48.67%88.63%-
XYZ29.0322.6574.79-
YUV132.43180.81125.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 226 (88.67% from 255) = 47.98%
R=27.39%
G=24.63%
B=47.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1291162260.430.4900.11247.0965.4867.06
Hex8174E22B310Bf74143
Octal2011643425361013367101103
Binary10000001111010011100010101011110001010111111011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8174E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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