#874CF3

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

Shades of Medium Slate Blue #874CF3

Tints of Medium Slate Blue #874CF3

Color information

#874CF3 (or 0x874CF3) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 4C and F3. RGB value is (135,76,243). Sum of RGB (Red+Green+Blue) = 135+76+243=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #874CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874CF3 is #78B30C. Grayscale: #707070. Windows color (decimal): -7910157 or 15944839. OLE color: 15944839.

HSL color Cylindrical-coordinate representation of color #874CF3: hue angle of 261.2º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #874CF3 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13576243-
CMYK0.440.6900.05
HSL261.2º87.43%62.55%-
HSV(B)261.2º68.72%95.29%-
XYZ28.7516.7986.52-
YUV112.68201.55143.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.74%
GREEN value IS 76 (30.08% from 255) = 16.74%
BLUE value IS 243 (95.31% from 255) = 53.52%
R=29.74%
G=16.74%
B=53.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal135762430.440.6900.05261.287.4362.55
Hex874CF32C4505105573f
Octal207114363541050540512777
Binary10000111100110011110011101100100010101011000001011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,76,243); }

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

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

 a { background-color: rgb(135,76,243); }

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

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

 span { border-color: rgb(135,76,243); }

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