#867AE6

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

Shades of Medium Slate Blue #867AE6

Tints of Medium Slate Blue #867AE6

Color information

#867AE6 (or 0x867AE6) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 7A and E6. RGB value is (134,122,230). Sum of RGB (Red+Green+Blue) = 134+122+230=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #867AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867AE6 is #798519. Grayscale: #898989. Windows color (decimal): -7963930 or 15104646. OLE color: 15104646.

HSL color Cylindrical-coordinate representation of color #867AE6: hue angle of 246.67º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #867AE6 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB134122230-
CMYK0.420.4700.10
HSL246.67º68.35%69.02%-
HSV(B)246.67º46.96%90.2%-
XYZ31.0724.777.99-
YUV137.9179.98125.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.57%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 230 (90.23% from 255) = 47.33%
R=27.57%
G=25.10%
B=47.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1341222300.420.4700.10246.6768.3569.02
Hex867AE62A2F0Af74445
Octal2061723465257012367104105
Binary10000110111101011100110101010101111010101111011110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867AE6; }

 p { color: rgb(134,122,230); }

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

<style>
 a { background-color: #867AE6; }

 a { background-color: rgb(134,122,230); }

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

<style>
 span { border-color: #867AE6; }

 span { border-color: rgb(134,122,230); }

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