Html Css Color HEX #874FE7 Medium Slate Blue

📋 copy color: '#874FE7'

red 135 ◦ green 79 ◦ blue 231

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

Shades of Medium Slate Blue #874FE7

Tints of Medium Slate Blue #874FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.91%

R = 30.34%
G = 17.75%
B = 51.91%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#874FE7 (or 0x874FE7) is known color: Medium Slate Blue. HEX triplet: 87, 4F and E7. RGB value is (135,79,231). Sum of RGB (Red+Green+Blue) = 135+79+231=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #874FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874FE7 is #78B018. Grayscale: #707070. Windows color (decimal): -7909401 or 15159175. OLE color: 15159175.

HSL color Cylindrical-coordinate representation of color #874FE7: hue angle of 262.11º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874FE7 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 135 79 231 -
CMYK 0.42 0.66 0 0.09
HSL 262.11º 0.76% 0.61% -
HSV(B) 262.11º 0.66% 0.91% -
XYZ 27.21 16.51 77.35 -
YUV 113.07 194.55 143.64 -
System Red Green Blue C M Y K H S L
Decimal 135 79 231 0.42 0.66 0 0.09 262.11 0.76 0.61
Hex 87 4F E7 2A 42 0 9 106 4C 3D
Octal 207 117 347 52 102 0 11 406 114 75
Binary 10000111 1001111 11100111 101010 1000010 0 1001 100000110 1001100 111101

Color Harmonies of #874FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FE7

Black with #874FE7

Text Example


Text Example

White with #874FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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