#874BF9

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

Shades of Medium Slate Blue #874BF9

Tints of Medium Slate Blue #874BF9

Color information

#874BF9 (or 0x874BF9) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 4B and F9. RGB value is (135,75,249). Sum of RGB (Red+Green+Blue) = 135+75+249=459 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.41% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #874BF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874BF9 is #78B406. Grayscale: #707070. Windows color (decimal): -7910407 or 16337799. OLE color: 16337799.

HSL color Cylindrical-coordinate representation of color #874BF9: hue angle of 260.69º degrees, saturation: 0.94, 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 #874BF9 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13575249-
CMYK0.460.7000.02
HSL260.69º93.55%63.53%-
HSV(B)260.69º69.88%97.65%-
XYZ29.6117.0291.35-
YUV112.78204.88143.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.41%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 249 (97.66% from 255) = 54.25%
R=29.41%
G=16.34%
B=54.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal135752490.460.7000.02260.6993.5563.53
Hex874BF92E46021055e40
Octal2071133715610602405136100
Binary10000111100101111111001101110100011001010000010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,75,249); }

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

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

 a { background-color: rgb(135,75,249); }

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

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

 span { border-color: rgb(135,75,249); }

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