Html Css Color HEX #874DEA Medium Slate Blue

📋 copy color: '#874DEA'

red 135 ◦ green 77 ◦ blue 234

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

Shades of Medium Slate Blue #874DEA

Tints of Medium Slate Blue #874DEA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 30.27%
G = 17.26%
B = 52.47%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#874DEA (or 0x874DEA) is known color: Medium Slate Blue. HEX triplet: 87, 4D and EA. RGB value is (135,77,234). Sum of RGB (Red+Green+Blue) = 135+77+234=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #874DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874DEA is #78B215. Grayscale: #6F6F6F. Windows color (decimal): -7909910 or 15355271. OLE color: 15355271.

HSL color Cylindrical-coordinate representation of color #874DEA: hue angle of 262.17º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #874DEA is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 77 234 -
CMYK 0.42 0.67 0 0.08
HSL 262.17º 0.79% 0.61% -
HSV(B) 262.17º 0.67% 0.92% -
XYZ 27.5 16.4 79.56 -
YUV 112.24 196.72 144.23 -
System Red Green Blue C M Y K H S L
Decimal 135 77 234 0.42 0.67 0 0.08 262.17 0.79 0.61
Hex 87 4D EA 2A 43 0 8 106 4F 3D
Octal 207 115 352 52 103 0 10 406 117 75
Binary 10000111 1001101 11101010 101010 1000011 0 1000 100000110 1001111 111101

Color Harmonies of #874DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DEA

Black with #874DEA

Text Example


Text Example

White with #874DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,77,234); }

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

background-color css

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

 a { background-color: rgb(135,77,234); }

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

border-color css

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

 span { border-color: rgb(135,77,234); }

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