Html Css Color HEX #874FFF Medium Slate Blue

📋 copy color: '#874FFF'

red 135 ◦ green 79 ◦ blue 255

#874FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #874FFF

Tints of Medium Slate Blue #874FFF

RGB

 RED value IS 135 (53.13% from 255) = 28.78%

 GREEN value IS 79 (31.25% from 255) = 16.84%

 BLUE value IS 255 (100% from 255) = 54.37%

R = 28.78%
G = 16.84%
B = 54.37%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#874FFF (or 0x874FFF) is known color: Medium Slate Blue. HEX triplet: 87, 4F and FF. RGB value is (135,79,255). Sum of RGB (Red+Green+Blue) = 135+79+255=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #874FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874FFF is #78B000. Grayscale: #737373. Windows color (decimal): -7909377 or 16732039. OLE color: 16732039.

HSL color Cylindrical-coordinate representation of color #874FFF: hue angle of 259.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #874FFF is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 79 255 -
CMYK 0.47 0.69 0 0
HSL 259.09º 1% 0.65% -
HSV(B) 259.09º 0.69% 1% -
XYZ 30.84 17.96 96.45 -
YUV 115.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 135 79 255 0.47 0.69 0 0 259.09 1 0.65
Hex 87 4F FF 2F 45 0 0 103 64 41
Octal 207 117 377 57 105 0 0 403 144 101
Binary 10000111 1001111 11111111 101111 1000101 0 0 100000011 1100100 1000001

Color Harmonies of #874FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FFF

Black with #874FFF

Text Example


Text Example

White with #874FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #874FFF;
 }
 .AnyTagClassName
 {
   color: #874FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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