Html Css Color HEX #875BED Medium Slate Blue

📋 copy color: '#875BED'

red 135 ◦ green 91 ◦ blue 237

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

Shades of Medium Slate Blue #875BED

Tints of Medium Slate Blue #875BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.65%

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

R = 29.16%
G = 19.65%
B = 51.19%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#875BED (or 0x875BED) is known color: Medium Slate Blue. HEX triplet: 87, 5B and ED. RGB value is (135,91,237). Sum of RGB (Red+Green+Blue) = 135+91+237=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #875BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BED is #78A412. Grayscale: #787878. Windows color (decimal): -7906323 or 15555463. OLE color: 15555463.

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

Color convert

RGB 135 91 237 -
CMYK 0.43 0.62 0 0.07
HSL 258.08º 0.8% 0.64% -
HSV(B) 258.08º 0.62% 0.93% -
XYZ 29.02 18.75 82.21 -
YUV 120.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 135 91 237 0.43 0.62 0 0.07 258.08 0.8 0.64
Hex 87 5B ED 2B 3E 0 7 102 50 40
Octal 207 133 355 53 76 0 7 402 120 100
Binary 10000111 1011011 11101101 101011 111110 0 111 100000010 1010000 1000000

Color Harmonies of #875BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BED

Black with #875BED

Text Example


Text Example

White with #875BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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