Html Css Color HEX #876FE7 Medium Slate Blue

📋 copy color: '#876FE7'

red 135 ◦ green 111 ◦ blue 231

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

Shades of Medium Slate Blue #876FE7

Tints of Medium Slate Blue #876FE7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.27%

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

R = 28.3%
G = 23.27%
B = 48.43%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#876FE7 (or 0x876FE7) is known color: Medium Slate Blue. HEX triplet: 87, 6F and E7. RGB value is (135,111,231). Sum of RGB (Red+Green+Blue) = 135+111+231=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #876FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876FE7 is #789018. Grayscale: #838383. Windows color (decimal): -7901209 or 15167367. OLE color: 15167367.

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

Color convert

RGB 135 111 231 -
CMYK 0.42 0.52 0 0.09
HSL 252º 0.71% 0.67% -
HSV(B) 252º 0.52% 0.91% -
XYZ 30.1 22.29 78.32 -
YUV 131.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 135 111 231 0.42 0.52 0 0.09 252 0.71 0.67
Hex 87 6F E7 2A 34 0 9 FC 47 43
Octal 207 157 347 52 64 0 11 374 107 103
Binary 10000111 1101111 11100111 101010 110100 0 1001 11111100 1000111 1000011

Color Harmonies of #876FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FE7

Black with #876FE7

Text Example


Text Example

White with #876FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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