#8669EA

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

Shades of Medium Slate Blue #8669EA

Tints of Medium Slate Blue #8669EA

Color information

#8669EA (or 0x8669EA) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 69 and EA. RGB value is (134,105,234). Sum of RGB (Red+Green+Blue) = 134+105+234=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #8669EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8669EA is #799615. Grayscale: #7F7F7F. Windows color (decimal): -7968278 or 15362438. OLE color: 15362438.

HSL color Cylindrical-coordinate representation of color #8669EA: hue angle of 253.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8669EA is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134105234-
CMYK0.430.5500.08
HSL253.49º75.44%66.47%-
HSV(B)253.49º55.13%91.76%-
XYZ29.7321.1180.35-
YUV128.38187.61132.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 234 (91.80% from 255) = 49.47%
R=28.33%
G=22.20%
B=49.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341052340.430.5500.08253.4975.4466.47
Hex8669EA2B3708fd4b42
Octal2061513525367010375113102
Binary10000110110100111101010101011110111010001111110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8669EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8669EA; }

 p { color: rgb(134,105,234); }

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

<style>
 a { background-color: #8669EA; }

 a { background-color: rgb(134,105,234); }

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

<style>
 span { border-color: #8669EA; }

 span { border-color: rgb(134,105,234); }

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