#8B61EF

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

Shades of Medium Slate Blue #8B61EF

Tints of Medium Slate Blue #8B61EF

Color information

#8B61EF (or 0x8B61EF) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 61 and EF. RGB value is (139,97,239). Sum of RGB (Red+Green+Blue) = 139+97+239=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B61EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B61EF is #749E10. Grayscale: #7D7D7D. Windows color (decimal): -7642641 or 15688075. OLE color: 15688075.

HSL color Cylindrical-coordinate representation of color #8B61EF: hue angle of 257.75º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B61EF is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13997239-
CMYK0.420.5900.06
HSL257.75º81.61%65.88%-
HSV(B)257.75º59.41%93.73%-
XYZ30.520.2783.97-
YUV125.75191.91137.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 239 (93.75% from 255) = 50.32%
R=29.26%
G=20.42%
B=50.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal139972390.420.5900.06257.7581.6165.88
Hex8B61EF2A3B061025242
Octal213141357527306402122102
Binary10001011110000111101111101010111011011010000001010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B61EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,239); }

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

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

 a { background-color: rgb(139,97,239); }

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

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

 span { border-color: rgb(139,97,239); }

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