#804CFB

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

Shades of Medium Slate Blue #804CFB

Tints of Medium Slate Blue #804CFB

Color information

#804CFB (or 0x804CFB) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 4C and FB. RGB value is (128,76,251). Sum of RGB (Red+Green+Blue) = 128+76+251=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #804CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CFB is #7FB304. Grayscale: #6E6E6E. Windows color (decimal): -8368901 or 16469120. OLE color: 16469120.

HSL color Cylindrical-coordinate representation of color #804CFB: hue angle of 257.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804CFB is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12876251-
CMYK0.490.7000.02
HSL257.83º95.63%64.12%-
HSV(B)257.83º69.72%98.43%-
XYZ28.916.7292.97-
YUV111.5206.73139.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.13%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 251 (98.44% from 255) = 55.16%
R=28.13%
G=16.70%
B=55.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128762510.490.7000.02257.8395.6364.12
Hex804CFB3146021026040
Octal2001143736110602402140100
Binary10000000100110011111011110001100011001010000001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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