#8A6BEC

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

Shades of Medium Slate Blue #8A6BEC

Tints of Medium Slate Blue #8A6BEC

Color information

#8A6BEC (or 0x8A6BEC) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 6B and EC. RGB value is (138,107,236). Sum of RGB (Red+Green+Blue) = 138+107+236=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A6BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6BEC is #759413. Grayscale: #828282. Windows color (decimal): -7705620 or 15494026. OLE color: 15494026.

HSL color Cylindrical-coordinate representation of color #8A6BEC: hue angle of 254.42º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A6BEC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138107236-
CMYK0.420.5500.07
HSL254.42º77.25%67.25%-
HSV(B)254.42º54.66%92.55%-
XYZ30.8821.9781.97-
YUV130.98187.27133.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 236 (92.58% from 255) = 49.06%
R=28.69%
G=22.25%
B=49.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381072360.420.5500.07254.4277.2567.25
Hex8A6BEC2A3707fe4d43
Octal212153354526707376115103
Binary1000101011010111110110010101011011101111111111010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6BEC; }

 p { color: rgb(138,107,236); }

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

<style>
 a { background-color: #8A6BEC; }

 a { background-color: rgb(138,107,236); }

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

<style>
 span { border-color: #8A6BEC; }

 span { border-color: rgb(138,107,236); }

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