#8051F9

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

Shades of Medium Slate Blue #8051F9

Tints of Medium Slate Blue #8051F9

Color information

#8051F9 (or 0x8051F9) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 51 and F9. RGB value is (128,81,249). Sum of RGB (Red+Green+Blue) = 128+81+249=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #8051F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8051F9 is #7FAE06. Grayscale: #717171. Windows color (decimal): -8367623 or 16339328. OLE color: 16339328.

HSL color Cylindrical-coordinate representation of color #8051F9: hue angle of 256.79º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8051F9 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12881249-
CMYK0.490.6700.02
HSL256.79º93.33%64.71%-
HSV(B)256.79º67.47%97.65%-
XYZ28.9417.3191.44-
YUV114.2204.07137.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 81 (32.03% from 255) = 17.69%
BLUE value IS 249 (97.66% from 255) = 54.37%
R=27.95%
G=17.69%
B=54.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128812490.490.6700.02256.7993.3364.71
Hex8051F93143021015d41
Octal2001213716110302401135101
Binary10000000101000111111001110001100001101010000000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8051F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8051F9; }

 p { color: rgb(128,81,249); }

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

<style>
 a { background-color: #8051F9; }

 a { background-color: rgb(128,81,249); }

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

<style>
 span { border-color: #8051F9; }

 span { border-color: rgb(128,81,249); }

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