Html Css Color HEX #874FE4 Medium Slate Blue

📋 copy color: '#874FE4'

red 135 ◦ green 79 ◦ blue 228

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

Shades of Medium Slate Blue #874FE4

Tints of Medium Slate Blue #874FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 51.58%

R = 30.54%
G = 17.87%
B = 51.58%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#874FE4 (or 0x874FE4) is known color: Medium Slate Blue. HEX triplet: 87, 4F and E4. RGB value is (135,79,228). Sum of RGB (Red+Green+Blue) = 135+79+228=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 228 (89.45% from 255 or 51.58% from 442); Max value from RGB is 228 - color contains mainly: blue. Hex color #874FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FE4 is #78B01B. Grayscale: #707070. Windows color (decimal): -7909404 or 14962567. OLE color: 14962567.

HSL color Cylindrical-coordinate representation of color #874FE4: hue angle of 262.55º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874FE4 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 135 79 228 -
CMYK 0.41 0.65 0 0.11
HSL 262.55º 0.73% 0.6% -
HSV(B) 262.55º 0.65% 0.89% -
XYZ 26.79 16.34 75.14 -
YUV 112.73 193.05 143.88 -
System Red Green Blue C M Y K H S L
Decimal 135 79 228 0.41 0.65 0 0.11 262.55 0.73 0.6
Hex 87 4F E4 29 41 0 B 107 49 3C
Octal 207 117 344 51 101 0 13 407 111 74
Binary 10000111 1001111 11100100 101001 1000001 0 1011 100000111 1001001 111100

Color Harmonies of #874FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FE4

Black with #874FE4

Text Example


Text Example

White with #874FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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