#874DFF

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

Shades of Medium Slate Blue #874DFF

Tints of Medium Slate Blue #874DFF

Color information

#874DFF (or 0x874DFF) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 4D and FF. RGB value is (135,77,255). Sum of RGB (Red+Green+Blue) = 135+77+255=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #874DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874DFF is #78B200. Grayscale: #717171. Windows color (decimal): -7909889 or 16731527. OLE color: 16731527.

HSL color Cylindrical-coordinate representation of color #874DFF: hue angle of 259.55º 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 #874DFF is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13577255-
CMYK0.470.7000
HSL259.55º100%65.1%-
HSV(B)259.55º69.8%100%-
XYZ30.717.6896.4-
YUV114.63207.22142.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.91%
GREEN value IS 77 (30.47% from 255) = 16.49%
BLUE value IS 255 (100% from 255) = 54.60%
R=28.91%
G=16.49%
B=54.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal135772550.470.7000259.5510065.1
Hex874DFF2F46001046441
Octal2071153775710600404144101
Binary1000011110011011111111110111110001100010000010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874DFF; }

 p { color: rgb(135,77,255); }

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

<style>
 a { background-color: #874DFF; }

 a { background-color: rgb(135,77,255); }

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

<style>
 span { border-color: #874DFF; }

 span { border-color: rgb(135,77,255); }

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