#8A61EB

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

Shades of Medium Slate Blue #8A61EB

Tints of Medium Slate Blue #8A61EB

Color information

#8A61EB (or 0x8A61EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 61 and EB. RGB value is (138,97,235). Sum of RGB (Red+Green+Blue) = 138+97+235=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A61EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A61EB is #759E14. Grayscale: #7C7C7C. Windows color (decimal): -7708181 or 15425930. OLE color: 15425930.

HSL color Cylindrical-coordinate representation of color #8A61EB: hue angle of 257.83º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A61EB is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13897235-
CMYK0.410.5900.08
HSL257.83º77.53%65.1%-
HSV(B)257.83º58.72%92.16%-
XYZ29.7519.9580.88-
YUV124.99190.08137.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.36%
GREEN value IS 97 (38.28% from 255) = 20.64%
BLUE value IS 235 (92.19% from 255) = 50%
R=29.36%
G=20.64%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138972350.410.5900.08257.8377.5365.1
Hex8A61EB293B081024e41
Octal2121413535173010402116101
Binary100010101100001111010111010011110110100010000001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A61EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,97,235); }

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

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

 a { background-color: rgb(138,97,235); }

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

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

 span { border-color: rgb(138,97,235); }

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