#8969EB

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

Shades of Medium Slate Blue #8969EB

Tints of Medium Slate Blue #8969EB

Color information

#8969EB (or 0x8969EB) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 69 and EB. RGB value is (137,105,235). Sum of RGB (Red+Green+Blue) = 137+105+235=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #8969EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8969EB is #769614. Grayscale: #808080. Windows color (decimal): -7771669 or 15427977. OLE color: 15427977.

HSL color Cylindrical-coordinate representation of color #8969EB: hue angle of 254.77º 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 #8969EB is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137105235-
CMYK0.420.5500.08
HSL254.77º76.47%66.67%-
HSV(B)254.77º55.32%92.16%-
XYZ30.3621.4281.13-
YUV129.39187.6133.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 235 (92.19% from 255) = 49.27%
R=28.72%
G=22.01%
B=49.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371052350.420.5500.08254.7776.4766.67
Hex8969EB2A3708ff4c43
Octal2111513535267010377114103
Binary10001001110100111101011101010110111010001111111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8969EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8969EB; }

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

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

<style>
 a { background-color: #8969EB; }

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

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

<style>
 span { border-color: #8969EB; }

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

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