#8968E8

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

Shades of Medium Slate Blue #8968E8

Tints of Medium Slate Blue #8968E8

Color information

#8968E8 (or 0x8968E8) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 68 and E8. RGB value is (137,104,232). Sum of RGB (Red+Green+Blue) = 137+104+232=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #8968E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8968E8 is #769717. Grayscale: #7F7F7F. Windows color (decimal): -7771928 or 15231113. OLE color: 15231113.

HSL color Cylindrical-coordinate representation of color #8968E8: hue angle of 255.47º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8968E8 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB137104232-
CMYK0.410.5500.09
HSL255.47º73.56%65.88%-
HSV(B)255.47º55.17%90.98%-
XYZ29.8321.0578.83-
YUV128.46186.43134.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.96%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 232 (91.02% from 255) = 49.05%
R=28.96%
G=21.99%
B=49.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1371042320.410.5500.09255.4773.5665.88
Hex8968E8293709ff4a42
Octal2111503505167011377112102
Binary10001001110100011101000101001110111010011111111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8968E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8968E8; }

 p { color: rgb(137,104,232); }

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

<style>
 a { background-color: #8968E8; }

 a { background-color: rgb(137,104,232); }

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

<style>
 span { border-color: #8968E8; }

 span { border-color: rgb(137,104,232); }

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