#8455F9

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

Shades of Medium Slate Blue #8455F9

Tints of Medium Slate Blue #8455F9

Color information

#8455F9 (or 0x8455F9) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 55 and F9. RGB value is (132,85,249). Sum of RGB (Red+Green+Blue) = 132+85+249=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #8455F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8455F9 is #7BAA06. Grayscale: #757575. Windows color (decimal): -8104455 or 16340356. OLE color: 16340356.

HSL color Cylindrical-coordinate representation of color #8455F9: hue angle of 257.2º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8455F9 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13285249-
CMYK0.470.6600.02
HSL257.2º93.18%65.49%-
HSV(B)257.2º65.86%97.65%-
XYZ29.8618.2491.57-
YUV117.75202.07138.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 249 (97.66% from 255) = 53.43%
R=28.33%
G=18.24%
B=53.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal132852490.470.6600.02257.293.1865.49
Hex8455F92F42021015d41
Octal2041253715710202401135101
Binary10000100101010111111001101111100001001010000000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8455F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8455F9; }

 p { color: rgb(132,85,249); }

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

<style>
 a { background-color: #8455F9; }

 a { background-color: rgb(132,85,249); }

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

<style>
 span { border-color: #8455F9; }

 span { border-color: rgb(132,85,249); }

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