Html Css Color HEX #875EF7 Medium Slate Blue

📋 copy color: '#875EF7'

red 135 ◦ green 94 ◦ blue 247

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

Shades of Medium Slate Blue #875EF7

Tints of Medium Slate Blue #875EF7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.75%

 BLUE value IS 247 (96.88% from 255) = 51.89%

R = 28.36%
G = 19.75%
B = 51.89%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#875EF7 (or 0x875EF7) is known color: Medium Slate Blue. HEX triplet: 87, 5E and F7. RGB value is (135,94,247). Sum of RGB (Red+Green+Blue) = 135+94+247=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #875EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875EF7 is #78A108. Grayscale: #7B7B7B. Windows color (decimal): -7905545 or 16211591. OLE color: 16211591.

HSL color Cylindrical-coordinate representation of color #875EF7: hue angle of 256.08º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875EF7 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 135 94 247 -
CMYK 0.45 0.62 0 0.03
HSL 256.08º 0.91% 0.67% -
HSV(B) 256.08º 0.62% 0.97% -
XYZ 30.78 19.87 90.21 -
YUV 123.7 197.58 136.06 -
System Red Green Blue C M Y K H S L
Decimal 135 94 247 0.45 0.62 0 0.03 256.08 0.91 0.67
Hex 87 5E F7 2D 3E 0 3 100 5B 43
Octal 207 136 367 55 76 0 3 400 133 103
Binary 10000111 1011110 11110111 101101 111110 0 11 100000000 1011011 1000011

Color Harmonies of #875EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875EF7

Black with #875EF7

Text Example


Text Example

White with #875EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875EF7; }

 p { color: rgb(135,94,247); }

 H1.HeaderClassName
 {
   color: #875EF7;
 }
 .AnyTagClassName
 {
   color: #875EF7;
 }
</style>

background-color css

<style>
 a { background-color: #875EF7; }

 a { background-color: rgb(135,94,247); }

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

border-color css

<style>
 span { border-color: #875EF7; }

 span { border-color: rgb(135,94,247); }

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