#804CFF

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

Shades of Medium Slate Blue #804CFF

Tints of Medium Slate Blue #804CFF

Color information

#804CFF (or 0x804CFF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 4C and FF. RGB value is (128,76,255). Sum of RGB (Red+Green+Blue) = 128+76+255=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #804CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CFF is #7FB300. Grayscale: #6F6F6F. Windows color (decimal): -8368897 or 16731264. OLE color: 16731264.

HSL color Cylindrical-coordinate representation of color #804CFF: hue angle of 257.43º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804CFF is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12876255-
CMYK0.500.7000
HSL257.43º100%64.9%-
HSV(B)257.43º70.2%100%-
XYZ29.5416.9896.33-
YUV111.95208.73139.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 76 (30.08% from 255) = 16.56%
BLUE value IS 255 (100% from 255) = 55.56%
R=27.89%
G=16.56%
B=55.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal128762550.500.7000257.4310064.9
Hex804CFF3246001016441
Octal2001143776210600401144101
Binary1000000010011001111111111001010001100010000000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,76,255); }

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

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

 a { background-color: rgb(128,76,255); }

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

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

 span { border-color: rgb(128,76,255); }

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