#8167EA

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

Shades of Medium Slate Blue #8167EA

Tints of Medium Slate Blue #8167EA

Color information

#8167EA (or 0x8167EA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 67 and EA. RGB value is (129,103,234). Sum of RGB (Red+Green+Blue) = 129+103+234=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #8167EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8167EA is #7E9815. Grayscale: #7D7D7D. Windows color (decimal): -8296470 or 15361921. OLE color: 15361921.

HSL color Cylindrical-coordinate representation of color #8167EA: hue angle of 251.91º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8167EA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129103234-
CMYK0.450.5600.08
HSL251.91º75.72%66.08%-
HSV(B)251.91º55.98%91.76%-
XYZ28.7520.3180.25-
YUV125.71189.11130.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 103 (40.62% from 255) = 22.10%
BLUE value IS 234 (91.80% from 255) = 50.21%
R=27.68%
G=22.10%
B=50.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291032340.450.5600.08251.9175.7266.08
Hex8167EA2D3808fc4c42
Octal2011473525570010374114102
Binary10000001110011111101010101101111000010001111110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8167EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8167EA; }

 p { color: rgb(129,103,234); }

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

<style>
 a { background-color: #8167EA; }

 a { background-color: rgb(129,103,234); }

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

<style>
 span { border-color: #8167EA; }

 span { border-color: rgb(129,103,234); }

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