#804FF3

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

Shades of Medium Slate Blue #804FF3

Tints of Medium Slate Blue #804FF3

Color information

#804FF3 (or 0x804FF3) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 4F and F3. RGB value is (128,79,243). Sum of RGB (Red+Green+Blue) = 128+79+243=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #804FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804FF3 is #7FB00C. Grayscale: #6F6F6F. Windows color (decimal): -8368141 or 15945600. OLE color: 15945600.

HSL color Cylindrical-coordinate representation of color #804FF3: hue angle of 257.93º degrees, saturation: 0.87, 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 #804FF3 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12879243-
CMYK0.470.6700.05
HSL257.93º87.23%63.14%-
HSV(B)257.93º67.49%95.29%-
XYZ27.8816.6586.54-
YUV112.35201.73139.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 79 (31.25% from 255) = 17.56%
BLUE value IS 243 (95.31% from 255) = 54%
R=28.44%
G=17.56%
B=54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal128792430.470.6700.05257.9387.2363.14
Hex804FF32F4305102573f
Octal200117363571030540212777
Binary10000000100111111110011101111100001101011000000101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804FF3; }

 p { color: rgb(128,79,243); }

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

<style>
 a { background-color: #804FF3; }

 a { background-color: rgb(128,79,243); }

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

<style>
 span { border-color: #804FF3; }

 span { border-color: rgb(128,79,243); }

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