#8451F2

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

Shades of Medium Slate Blue #8451F2

Tints of Medium Slate Blue #8451F2

Color information

#8451F2 (or 0x8451F2) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 51 and F2. RGB value is (132,81,242). Sum of RGB (Red+Green+Blue) = 132+81+242=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #8451F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8451F2 is #7BAE0D. Grayscale: #727272. Windows color (decimal): -8105486 or 15880580. OLE color: 15880580.

HSL color Cylindrical-coordinate representation of color #8451F2: hue angle of 259.01º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8451F2 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13281242-
CMYK0.450.6700.05
HSL259.01º86.1%63.33%-
HSV(B)259.01º66.53%94.9%-
XYZ28.4917.285.82-
YUV114.6199.9140.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.01%
GREEN value IS 81 (32.03% from 255) = 17.80%
BLUE value IS 242 (94.92% from 255) = 53.19%
R=29.01%
G=17.80%
B=53.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132812420.450.6700.05259.0186.163.33
Hex8451F22D4305103563f
Octal204121362551030540312677
Binary10000100101000111110010101101100001101011000000111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8451F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8451F2; }

 p { color: rgb(132,81,242); }

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

<style>
 a { background-color: #8451F2; }

 a { background-color: rgb(132,81,242); }

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

<style>
 span { border-color: #8451F2; }

 span { border-color: rgb(132,81,242); }

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