#8351F2

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

Shades of Medium Slate Blue #8351F2

Tints of Medium Slate Blue #8351F2

Color information

#8351F2 (or 0x8351F2) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 51 and F2. RGB value is (131,81,242). Sum of RGB (Red+Green+Blue) = 131+81+242=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #8351F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8351F2 is #7CAE0D. Grayscale: #717171. Windows color (decimal): -8171022 or 15880579. OLE color: 15880579.

HSL color Cylindrical-coordinate representation of color #8351F2: hue angle of 258.63º 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 #8351F2 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13181242-
CMYK0.460.6700.05
HSL258.63º86.1%63.33%-
HSV(B)258.63º66.53%94.9%-
XYZ28.3317.1285.82-
YUV114.3200.06139.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.85%
GREEN value IS 81 (32.03% from 255) = 17.84%
BLUE value IS 242 (94.92% from 255) = 53.30%
R=28.85%
G=17.84%
B=53.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal131812420.460.6700.05258.6386.163.33
Hex8351F22E4305103563f
Octal203121362561030540312677
Binary10000011101000111110010101110100001101011000000111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8351F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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