#8469EC

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

Shades of Medium Slate Blue #8469EC

Tints of Medium Slate Blue #8469EC

Color information

#8469EC (or 0x8469EC) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 69 and EC. RGB value is (132,105,236). Sum of RGB (Red+Green+Blue) = 132+105+236=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #8469EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8469EC is #7B9613. Grayscale: #7F7F7F. Windows color (decimal): -8099348 or 15493508. OLE color: 15493508.

HSL color Cylindrical-coordinate representation of color #8469EC: hue angle of 252.37º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8469EC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132105236-
CMYK0.440.5600.07
HSL252.37º77.51%66.86%-
HSV(B)252.37º55.51%92.55%-
XYZ29.7121.0681.86-
YUV128.01188.95130.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 236 (92.58% from 255) = 49.89%
R=27.91%
G=22.20%
B=49.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321052360.440.5600.07252.3777.5166.86
Hex8469EC2C3807fc4e43
Octal204151354547007374116103
Binary1000010011010011110110010110011100001111111110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8469EC; }

 p { color: rgb(132,105,236); }

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

<style>
 a { background-color: #8469EC; }

 a { background-color: rgb(132,105,236); }

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

<style>
 span { border-color: #8469EC; }

 span { border-color: rgb(132,105,236); }

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