#8B6CEC

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

Shades of Medium Slate Blue #8B6CEC

Tints of Medium Slate Blue #8B6CEC

Color information

#8B6CEC (or 0x8B6CEC) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 6C and EC. RGB value is (139,108,236). Sum of RGB (Red+Green+Blue) = 139+108+236=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B6CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6CEC is #749313. Grayscale: #838383. Windows color (decimal): -7639828 or 15494283. OLE color: 15494283.

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

Color convert

RGB139108236-
CMYK0.410.5400.07
HSL254.53º77.11%67.45%-
HSV(B)254.53º54.24%92.55%-
XYZ31.1522.2782.01-
YUV131.86186.77133.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.78%
GREEN value IS 108 (42.58% from 255) = 22.36%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=28.78%
G=22.36%
B=48.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391082360.410.5400.07254.5377.1167.45
Hex8B6CEC293607ff4d43
Octal213154354516607377115103
Binary1000101111011001110110010100111011001111111111110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,236); }

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

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

 a { background-color: rgb(139,108,236); }

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

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

 span { border-color: rgb(139,108,236); }

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