#8469E6

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

Shades of Medium Slate Blue #8469E6

Tints of Medium Slate Blue #8469E6

Color information

#8469E6 (or 0x8469E6) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 69 and E6. RGB value is (132,105,230). Sum of RGB (Red+Green+Blue) = 132+105+230=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #8469E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8469E6 is #7B9619. Grayscale: #7E7E7E. Windows color (decimal): -8099354 or 15100292. OLE color: 15100292.

HSL color Cylindrical-coordinate representation of color #8469E6: hue angle of 252.96º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8469E6 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132105230-
CMYK0.430.5400.10
HSL252.96º71.43%65.69%-
HSV(B)252.96º54.35%90.2%-
XYZ28.8520.7277.34-
YUV127.32185.95131.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 230 (90.23% from 255) = 49.25%
R=28.27%
G=22.48%
B=49.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1321052300.430.5400.10252.9671.4365.69
Hex8469E62B360Afd4742
Octal2041513465366012375107102
Binary10000100110100111100110101011110110010101111110110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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