#8668F0

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

Shades of Medium Slate Blue #8668F0

Tints of Medium Slate Blue #8668F0

Color information

#8668F0 (or 0x8668F0) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 68 and F0. RGB value is (134,104,240). Sum of RGB (Red+Green+Blue) = 134+104+240=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #8668F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8668F0 is #79970F. Grayscale: #7F7F7F. Windows color (decimal): -7968528 or 15755398. OLE color: 15755398.

HSL color Cylindrical-coordinate representation of color #8668F0: hue angle of 253.24º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8668F0 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134104240-
CMYK0.440.5700.06
HSL253.24º81.93%67.45%-
HSV(B)253.24º56.67%94.12%-
XYZ30.5121.2684.93-
YUV128.47190.94131.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 104 (41.02% from 255) = 21.76%
BLUE value IS 240 (94.14% from 255) = 50.21%
R=28.03%
G=21.76%
B=50.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341042400.440.5700.06253.2481.9367.45
Hex8668F02C3906fd5243
Octal206150360547106375122103
Binary1000011011010001111000010110011100101101111110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8668F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8668F0; }

 p { color: rgb(134,104,240); }

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

<style>
 a { background-color: #8668F0; }

 a { background-color: rgb(134,104,240); }

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

<style>
 span { border-color: #8668F0; }

 span { border-color: rgb(134,104,240); }

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