#874AF6

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

Shades of Medium Slate Blue #874AF6

Tints of Medium Slate Blue #874AF6

Color information

#874AF6 (or 0x874AF6) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 4A and F6. RGB value is (135,74,246). Sum of RGB (Red+Green+Blue) = 135+74+246=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #874AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874AF6 is #78B509. Grayscale: #6F6F6F. Windows color (decimal): -7910666 or 16140935. OLE color: 16140935.

HSL color Cylindrical-coordinate representation of color #874AF6: hue angle of 261.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874AF6 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13574246-
CMYK0.450.7000.04
HSL261.28º90.53%62.75%-
HSV(B)261.28º69.92%96.47%-
XYZ29.0816.788.88-
YUV111.85203.71144.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.67%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 246 (96.48% from 255) = 54.07%
R=29.67%
G=16.26%
B=54.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal135742460.450.7000.04261.2890.5362.75
Hex874AF62D46041055b3f
Octal207112366551060440513377
Binary10000111100101011110110101101100011001001000001011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,74,246); }

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

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

 a { background-color: rgb(135,74,246); }

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

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

 span { border-color: rgb(135,74,246); }

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