#8A5FF7

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

Shades of Medium Slate Blue #8A5FF7

Tints of Medium Slate Blue #8A5FF7

Color information

#8A5FF7 (or 0x8A5FF7) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 5F and F7. RGB value is (138,95,247). Sum of RGB (Red+Green+Blue) = 138+95+247=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #8A5FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5FF7 is #75A008. Grayscale: #7C7C7C. Windows color (decimal): -7708681 or 16211850. OLE color: 16211850.

HSL color Cylindrical-coordinate representation of color #8A5FF7: hue angle of 256.97º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A5FF7 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13895247-
CMYK0.440.6200.03
HSL256.97º90.48%67.06%-
HSV(B)256.97º61.54%96.86%-
XYZ31.3620.390.26-
YUV125.18196.75137.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.75%
GREEN value IS 95 (37.5% from 255) = 19.79%
BLUE value IS 247 (96.88% from 255) = 51.46%
R=28.75%
G=19.79%
B=51.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal138952470.440.6200.03256.9790.4867.06
Hex8A5FF72C3E031015a43
Octal212137367547603401132103
Binary1000101010111111111011110110011111001110000000110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,247); }

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

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

 a { background-color: rgb(138,95,247); }

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

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

 span { border-color: rgb(138,95,247); }

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