#8064F7

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

Shades of Medium Slate Blue #8064F7

Tints of Medium Slate Blue #8064F7

Color information

#8064F7 (or 0x8064F7) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 64 and F7. RGB value is (128,100,247). Sum of RGB (Red+Green+Blue) = 128+100+247=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #8064F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8064F7 is #7F9B08. Grayscale: #7C7C7C. Windows color (decimal): -8362761 or 16213120. OLE color: 16213120.

HSL color Cylindrical-coordinate representation of color #8064F7: hue angle of 251.43º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8064F7 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB128100247-
CMYK0.480.6000.03
HSL251.43º90.18%68.04%-
HSV(B)251.43º59.51%96.86%-
XYZ30.2520.4290.34-
YUV125.13196.78130.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 247 (96.88% from 255) = 52%
R=26.95%
G=21.05%
B=52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1281002470.480.6000.03251.4390.1868.04
Hex8064F7303C03fb5a44
Octal200144367607403373132104
Binary100000001100100111101111100001111000111111101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8064F7; }

 p { color: rgb(128,100,247); }

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

<style>
 a { background-color: #8064F7; }

 a { background-color: rgb(128,100,247); }

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

<style>
 span { border-color: #8064F7; }

 span { border-color: rgb(128,100,247); }

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