Html Css Color HEX #874EEA Medium Slate Blue

📋 copy color: '#874EEA'

red 135 ◦ green 78 ◦ blue 234

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

Shades of Medium Slate Blue #874EEA

Tints of Medium Slate Blue #874EEA

RGB

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

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

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

R = 30.2%
G = 17.45%
B = 52.35%

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

#874EEA (or 0x874EEA) is known color: Medium Slate Blue. HEX triplet: 87, 4E and EA. RGB value is (135,78,234). Sum of RGB (Red+Green+Blue) = 135+78+234=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #874EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874EEA is #78B115. Grayscale: #707070. Windows color (decimal): -7909654 or 15355527. OLE color: 15355527.

HSL color Cylindrical-coordinate representation of color #874EEA: hue angle of 261.92º 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 #874EEA is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 78 234 -
CMYK 0.42 0.67 0 0.08
HSL 261.92º 0.79% 0.61% -
HSV(B) 261.92º 0.67% 0.92% -
XYZ 27.57 16.54 79.58 -
YUV 112.83 196.38 143.82 -
System Red Green Blue C M Y K H S L
Decimal 135 78 234 0.42 0.67 0 0.08 261.92 0.79 0.61
Hex 87 4E EA 2A 43 0 8 106 4F 3D
Octal 207 116 352 52 103 0 10 406 117 75
Binary 10000111 1001110 11101010 101010 1000011 0 1000 100000110 1001111 111101

Color Harmonies of #874EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874EEA

Black with #874EEA

Text Example


Text Example

White with #874EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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