#8469E0

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

Shades of Medium Slate Blue #8469E0

Tints of Medium Slate Blue #8469E0

Color information

#8469E0 (or 0x8469E0) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 69 and E0. RGB value is (132,105,224). Sum of RGB (Red+Green+Blue) = 132+105+224=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #8469E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469E0 is #7B961F. Grayscale: #7E7E7E. Windows color (decimal): -8099360 or 14707076. OLE color: 14707076.

HSL color Cylindrical-coordinate representation of color #8469E0: hue angle of 253.61º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8469E0 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132105224-
CMYK0.410.5300.12
HSL253.61º65.75%64.51%-
HSV(B)253.61º53.12%87.84%-
XYZ28.0220.3972.98-
YUV126.64182.95131.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 224 (87.89% from 255) = 48.59%
R=28.63%
G=22.78%
B=48.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321052240.410.5300.12253.6165.7564.51
Hex8469E029350Cfe4241
Octal2041513405165014376102101
Binary10000100110100111100000101001110101011001111111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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