#8455FE

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

Shades of Medium Slate Blue #8455FE

Tints of Medium Slate Blue #8455FE

Color information

#8455FE (or 0x8455FE) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 55 and FE. RGB value is (132,85,254). Sum of RGB (Red+Green+Blue) = 132+85+254=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #8455FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8455FE is #7BAA01. Grayscale: #757575. Windows color (decimal): -8104450 or 16668036. OLE color: 16668036.

HSL color Cylindrical-coordinate representation of color #8455FE: hue angle of 256.69º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8455FE is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13285254-
CMYK0.480.6700.00
HSL256.69º98.83%66.47%-
HSV(B)256.69º66.54%99.61%-
XYZ30.6518.5695.73-
YUV118.32204.57137.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 254 (99.61% from 255) = 53.93%
R=28.03%
G=18.05%
B=53.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal132852540.480.6700.00256.6998.8366.47
Hex8455FE3043001016342
Octal2041253766010300401143102
Binary1000010010101011111111011000010000110010000000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8455FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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