Html Css Color HEX #875DED Medium Slate Blue

📋 copy color: '#875DED'

red 135 ◦ green 93 ◦ blue 237

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

Shades of Medium Slate Blue #875DED

Tints of Medium Slate Blue #875DED

RGB

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

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

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

R = 29.03%
G = 20%
B = 50.97%

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

#875DED (or 0x875DED) is known color: Medium Slate Blue. HEX triplet: 87, 5D and ED. RGB value is (135,93,237). Sum of RGB (Red+Green+Blue) = 135+93+237=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #875DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875DED is #78A212. Grayscale: #797979. Windows color (decimal): -7905811 or 15555975. OLE color: 15555975.

HSL color Cylindrical-coordinate representation of color #875DED: hue angle of 257.5º degrees, saturation: 0.8, 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 #875DED is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 93 237 -
CMYK 0.43 0.61 0 0.07
HSL 257.5º 0.8% 0.65% -
HSV(B) 257.5º 0.61% 0.93% -
XYZ 29.19 19.09 82.27 -
YUV 121.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 135 93 237 0.43 0.61 0 0.07 257.5 0.8 0.65
Hex 87 5D ED 2B 3D 0 7 102 50 41
Octal 207 135 355 53 75 0 7 402 120 101
Binary 10000111 1011101 11101101 101011 111101 0 111 100000010 1010000 1000001

Color Harmonies of #875DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DED

Black with #875DED

Text Example


Text Example

White with #875DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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