#8A76EB

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

Shades of Medium Slate Blue #8A76EB

Tints of Medium Slate Blue #8A76EB

Color information

#8A76EB (or 0x8A76EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 76 and EB. RGB value is (138,118,235). Sum of RGB (Red+Green+Blue) = 138+118+235=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A76EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A76EB is #758914. Grayscale: #888888. Windows color (decimal): -7702805 or 15431306. OLE color: 15431306.

HSL color Cylindrical-coordinate representation of color #8A76EB: hue angle of 250.26º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A76EB is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138118235-
CMYK0.410.5000.08
HSL250.26º74.52%69.22%-
HSV(B)250.26º49.79%92.16%-
XYZ31.9624.3681.61-
YUV137.32183.13128.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 235 (92.19% from 255) = 47.86%
R=28.11%
G=24.03%
B=47.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381182350.410.5000.08250.2674.5269.22
Hex8A76EB293208fa4b45
Octal2121663535162010372113105
Binary10001010111011011101011101001110010010001111101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A76EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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