Html Css Color HEX #876CEA Medium Slate Blue

📋 copy color: '#876CEA'

red 135 ◦ green 108 ◦ blue 234

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

Shades of Medium Slate Blue #876CEA

Tints of Medium Slate Blue #876CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.64%

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

R = 28.3%
G = 22.64%
B = 49.06%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#876CEA (or 0x876CEA) is known color: Medium Slate Blue. HEX triplet: 87, 6C and EA. RGB value is (135,108,234). Sum of RGB (Red+Green+Blue) = 135+108+234=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #876CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876CEA is #789315. Grayscale: #818181. Windows color (decimal): -7901974 or 15363207. OLE color: 15363207.

HSL color Cylindrical-coordinate representation of color #876CEA: hue angle of 252.86º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #876CEA is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 108 234 -
CMYK 0.42 0.54 0 0.08
HSL 252.86º 0.75% 0.67% -
HSV(B) 252.86º 0.54% 0.92% -
XYZ 30.21 21.82 80.46 -
YUV 130.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 135 108 234 0.42 0.54 0 0.08 252.86 0.75 0.67
Hex 87 6C EA 2A 36 0 8 FD 4B 43
Octal 207 154 352 52 66 0 10 375 113 103
Binary 10000111 1101100 11101010 101010 110110 0 1000 11111101 1001011 1000011

Color Harmonies of #876CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CEA

Black with #876CEA

Text Example


Text Example

White with #876CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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