Html Css Color HEX #874CFE Medium Slate Blue

📋 copy color: '#874CFE'

red 135 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #874CFE

Tints of Medium Slate Blue #874CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.34%

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 29.03%
G = 16.34%
B = 54.62%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#874CFE (or 0x874CFE) is known color: Medium Slate Blue. HEX triplet: 87, 4C and FE. RGB value is (135,76,254). Sum of RGB (Red+Green+Blue) = 135+76+254=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #874CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874CFE is #78B301. Grayscale: #717171. Windows color (decimal): -7910146 or 16665735. OLE color: 16665735.

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

Color convert

RGB 135 76 254 -
CMYK 0.47 0.70 0 0.00
HSL 259.89º 0.99% 0.65% -
HSV(B) 259.89º 0.7% 1% -
XYZ 30.47 17.48 95.53 -
YUV 113.93 207.05 143.03 -
System Red Green Blue C M Y K H S L
Decimal 135 76 254 0.47 0.70 0 0.00 259.89 0.99 0.65
Hex 87 4C FE 2F 46 0 0 104 63 41
Octal 207 114 376 57 106 0 0 404 143 101
Binary 10000111 1001100 11111110 101111 1000110 0 0 100000100 1100011 1000001

Color Harmonies of #874CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CFE

Black with #874CFE

Text Example


Text Example

White with #874CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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