#874DFD

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

Shades of Medium Slate Blue #874DFD

Tints of Medium Slate Blue #874DFD

Color information

#874DFD (or 0x874DFD) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 4D and FD. RGB value is (135,77,253). Sum of RGB (Red+Green+Blue) = 135+77+253=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #874DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874DFD is #78B202. Grayscale: #717171. Windows color (decimal): -7909891 or 16600455. OLE color: 16600455.

HSL color Cylindrical-coordinate representation of color #874DFD: hue angle of 259.77º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874DFD is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13577253-
CMYK0.470.7000.01
HSL259.77º97.78%64.71%-
HSV(B)259.77º69.57%99.22%-
XYZ30.3817.5594.72-
YUV114.41206.22142.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.03%
GREEN value IS 77 (30.47% from 255) = 16.56%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=29.03%
G=16.56%
B=54.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal135772530.470.7000.01259.7797.7864.71
Hex874DFD2F46011046241
Octal2071153755710601404142101
Binary1000011110011011111110110111110001100110000010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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