Html Css Color HEX #876AF1 Medium Slate Blue

📋 copy color: '#876AF1'

red 135 ◦ green 106 ◦ blue 241

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

Shades of Medium Slate Blue #876AF1

Tints of Medium Slate Blue #876AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.99%

 BLUE value IS 241 (94.53% from 255) = 50%

R = 28.01%
G = 21.99%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#876AF1 (or 0x876AF1) is known color: Medium Slate Blue. HEX triplet: 87, 6A and F1. RGB value is (135,106,241). Sum of RGB (Red+Green+Blue) = 135+106+241=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #876AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876AF1 is #78950E. Grayscale: #818181. Windows color (decimal): -7902479 or 15821447. OLE color: 15821447.

HSL color Cylindrical-coordinate representation of color #876AF1: hue angle of 252.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #876AF1 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 106 241 -
CMYK 0.44 0.56 0 0.05
HSL 252.89º 0.83% 0.68% -
HSV(B) 252.89º 0.56% 0.95% -
XYZ 31.02 21.81 85.79 -
YUV 130.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 135 106 241 0.44 0.56 0 0.05 252.89 0.83 0.68
Hex 87 6A F1 2C 38 0 5 FD 53 44
Octal 207 152 361 54 70 0 5 375 123 104
Binary 10000111 1101010 11110001 101100 111000 0 101 11111101 1010011 1000100

Color Harmonies of #876AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876AF1

Black with #876AF1

Text Example


Text Example

White with #876AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,106,241); }

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

background-color css

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

 a { background-color: rgb(135,106,241); }

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

border-color css

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

 span { border-color: rgb(135,106,241); }

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