Html Css Color HEX #875DEC Medium Slate Blue

📋 copy color: '#875DEC'

red 135 ◦ green 93 ◦ blue 236

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

Shades of Medium Slate Blue #875DEC

Tints of Medium Slate Blue #875DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.04%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 29.09%
G = 20.04%
B = 50.86%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#875DEC (or 0x875DEC) is known color: Medium Slate Blue. HEX triplet: 87, 5D and EC. RGB value is (135,93,236). Sum of RGB (Red+Green+Blue) = 135+93+236=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #875DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875DEC is #78A213. Grayscale: #797979. Windows color (decimal): -7905812 or 15490439. OLE color: 15490439.

HSL color Cylindrical-coordinate representation of color #875DEC: hue angle of 257.62º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #875DEC is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 93 236 -
CMYK 0.43 0.61 0 0.07
HSL 257.62º 0.79% 0.65% -
HSV(B) 257.62º 0.61% 0.93% -
XYZ 29.05 19.04 81.5 -
YUV 121.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 135 93 236 0.43 0.61 0 0.07 257.62 0.79 0.65
Hex 87 5D EC 2B 3D 0 7 102 4F 41
Octal 207 135 354 53 75 0 7 402 117 101
Binary 10000111 1011101 11101100 101011 111101 0 111 100000010 1001111 1000001

Color Harmonies of #875DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DEC

Black with #875DEC

Text Example


Text Example

White with #875DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,236); }

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

background-color css

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

 a { background-color: rgb(135,93,236); }

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

border-color css

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

 span { border-color: rgb(135,93,236); }

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