#8569EA

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

Shades of Medium Slate Blue #8569EA

Tints of Medium Slate Blue #8569EA

Color information

#8569EA (or 0x8569EA) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 69 and EA. RGB value is (133,105,234). Sum of RGB (Red+Green+Blue) = 133+105+234=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #8569EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8569EA is #7A9615. Grayscale: #7F7F7F. Windows color (decimal): -8033814 or 15362437. OLE color: 15362437.

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

Color convert

RGB133105234-
CMYK0.430.5500.08
HSL253.02º75.44%66.47%-
HSV(B)253.02º55.13%91.76%-
XYZ29.5821.0380.34-
YUV128.08187.78131.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.18%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 234 (91.80% from 255) = 49.58%
R=28.18%
G=22.25%
B=49.58%

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
Decimal1331052340.430.5500.08253.0275.4466.47
Hex8569EA2B3708fd4b42
Octal2051513525367010375113102
Binary10000101110100111101010101011110111010001111110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8569EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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