Html Css Color HEX #874FFE Medium Slate Blue

📋 copy color: '#874FFE'

red 135 ◦ green 79 ◦ blue 254

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

Shades of Medium Slate Blue #874FFE

Tints of Medium Slate Blue #874FFE

RGB

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

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

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

R = 28.85%
G = 16.88%
B = 54.27%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#874FFE (or 0x874FFE) is known color: Medium Slate Blue. HEX triplet: 87, 4F and FE. RGB value is (135,79,254). Sum of RGB (Red+Green+Blue) = 135+79+254=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #874FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874FFE is #78B001. Grayscale: #737373. Windows color (decimal): -7909378 or 16666503. OLE color: 16666503.

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

Color convert

RGB 135 79 254 -
CMYK 0.47 0.69 0 0.00
HSL 259.2º 0.99% 0.65% -
HSV(B) 259.2º 0.69% 1% -
XYZ 30.68 17.9 95.6 -
YUV 115.69 206.05 141.77 -
System Red Green Blue C M Y K H S L
Decimal 135 79 254 0.47 0.69 0 0.00 259.2 0.99 0.65
Hex 87 4F FE 2F 45 0 0 103 63 41
Octal 207 117 376 57 105 0 0 403 143 101
Binary 10000111 1001111 11111110 101111 1000101 0 0 100000011 1100011 1000001

Color Harmonies of #874FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FFE

Black with #874FFE

Text Example


Text Example

White with #874FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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