#8A69EB

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

Shades of Medium Slate Blue #8A69EB

Tints of Medium Slate Blue #8A69EB

Color information

#8A69EB (or 0x8A69EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 69 and EB. RGB value is (138,105,235). Sum of RGB (Red+Green+Blue) = 138+105+235=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A69EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A69EB is #759614. Grayscale: #818181. Windows color (decimal): -7706133 or 15427978. OLE color: 15427978.

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

Color convert

RGB138105235-
CMYK0.410.5500.08
HSL255.23º76.47%66.67%-
HSV(B)255.23º55.32%92.16%-
XYZ30.5321.581.14-
YUV129.69187.43133.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.87%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 235 (92.19% from 255) = 49.16%
R=28.87%
G=21.97%
B=49.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381052350.410.5500.08255.2376.4766.67
Hex8A69EB293708ff4c43
Octal2121513535167010377114103
Binary10001010110100111101011101001110111010001111111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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