#8A51F5

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

Shades of Medium Slate Blue #8A51F5

Tints of Medium Slate Blue #8A51F5

Color information

#8A51F5 (or 0x8A51F5) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 51 and F5. RGB value is (138,81,245). Sum of RGB (Red+Green+Blue) = 138+81+245=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #8A51F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A51F5 is #75AE0A. Grayscale: #747474. Windows color (decimal): -7712267 or 16077194. OLE color: 16077194.

HSL color Cylindrical-coordinate representation of color #8A51F5: hue angle of 260.85º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A51F5 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13881245-
CMYK0.440.6700.04
HSL260.85º89.13%63.92%-
HSV(B)260.85º66.94%96.08%-
XYZ29.9117.8888.26-
YUV116.74200.38143.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.74%
GREEN value IS 81 (32.03% from 255) = 17.46%
BLUE value IS 245 (96.09% from 255) = 52.80%
R=29.74%
G=17.46%
B=52.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138812450.440.6700.04260.8589.1363.92
Hex8A51F52C43041055940
Octal2121213655410304405131100
Binary100010101010001111101011011001000011010010000010110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A51F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A51F5; }

 p { color: rgb(138,81,245); }

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

<style>
 a { background-color: #8A51F5; }

 a { background-color: rgb(138,81,245); }

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

<style>
 span { border-color: #8A51F5; }

 span { border-color: rgb(138,81,245); }

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