Html Css Color HEX #876BED Medium Slate Blue

📋 copy color: '#876BED'

red 135 ◦ green 107 ◦ blue 237

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

Shades of Medium Slate Blue #876BED

Tints of Medium Slate Blue #876BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 28.18%
G = 22.34%
B = 49.48%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#876BED (or 0x876BED) is known color: Medium Slate Blue. HEX triplet: 87, 6B and ED. RGB value is (135,107,237). Sum of RGB (Red+Green+Blue) = 135+107+237=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #876BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876BED is #789412. Grayscale: #818181. Windows color (decimal): -7902227 or 15559559. OLE color: 15559559.

HSL color Cylindrical-coordinate representation of color #876BED: hue angle of 252.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #876BED is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 107 237 -
CMYK 0.43 0.55 0 0.07
HSL 252.92º 0.78% 0.67% -
HSV(B) 252.92º 0.55% 0.93% -
XYZ 30.54 21.78 82.72 -
YUV 130.19 188.28 131.43 -
System Red Green Blue C M Y K H S L
Decimal 135 107 237 0.43 0.55 0 0.07 252.92 0.78 0.67
Hex 87 6B ED 2B 37 0 7 FD 4E 43
Octal 207 153 355 53 67 0 7 375 116 103
Binary 10000111 1101011 11101101 101011 110111 0 111 11111101 1001110 1000011

Color Harmonies of #876BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BED

Black with #876BED

Text Example


Text Example

White with #876BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,107,237); }

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

background-color css

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

 a { background-color: rgb(135,107,237); }

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

border-color css

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

 span { border-color: rgb(135,107,237); }

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