Html Css Color HEX #874EFF Medium Slate Blue

📋 copy color: '#874EFF'

red 135 ◦ green 78 ◦ blue 255

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

Shades of Medium Slate Blue #874EFF

Tints of Medium Slate Blue #874EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.67%

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

R = 28.85%
G = 16.67%
B = 54.49%

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

#874EFF (or 0x874EFF) is known color: Medium Slate Blue. HEX triplet: 87, 4E and FF. RGB value is (135,78,255). Sum of RGB (Red+Green+Blue) = 135+78+255=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #874EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874EFF is #78B100. Grayscale: #727272. Windows color (decimal): -7909633 or 16731783. OLE color: 16731783.

HSL color Cylindrical-coordinate representation of color #874EFF: hue angle of 259.32º 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 #874EFF is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 78 255 -
CMYK 0.47 0.69 0 0
HSL 259.32º 1% 0.65% -
HSV(B) 259.32º 0.69% 1% -
XYZ 30.77 17.82 96.43 -
YUV 115.22 206.88 142.11 -
System Red Green Blue C M Y K H S L
Decimal 135 78 255 0.47 0.69 0 0 259.32 1 0.65
Hex 87 4E FF 2F 45 0 0 103 64 41
Octal 207 116 377 57 105 0 0 403 144 101
Binary 10000111 1001110 11111111 101111 1000101 0 0 100000011 1100100 1000001

Color Harmonies of #874EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874EFF

Black with #874EFF

Text Example


Text Example

White with #874EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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