Html Css Color HEX #875BEE Medium Slate Blue

📋 copy color: '#875BEE'

red 135 ◦ green 91 ◦ blue 238

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

Shades of Medium Slate Blue #875BEE

Tints of Medium Slate Blue #875BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 29.09%
G = 19.61%
B = 51.29%

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

#875BEE (or 0x875BEE) is known color: Medium Slate Blue. HEX triplet: 87, 5B and EE. RGB value is (135,91,238). Sum of RGB (Red+Green+Blue) = 135+91+238=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #875BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BEE is #78A411. Grayscale: #787878. Windows color (decimal): -7906322 or 15620999. OLE color: 15620999.

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

Color convert

RGB 135 91 238 -
CMYK 0.43 0.62 0 0.07
HSL 257.96º 0.81% 0.65% -
HSV(B) 257.96º 0.62% 0.93% -
XYZ 29.17 18.81 82.98 -
YUV 120.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 135 91 238 0.43 0.62 0 0.07 257.96 0.81 0.65
Hex 87 5B EE 2B 3E 0 7 102 51 41
Octal 207 133 356 53 76 0 7 402 121 101
Binary 10000111 1011011 11101110 101011 111110 0 111 100000010 1010001 1000001

Color Harmonies of #875BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BEE

Black with #875BEE

Text Example


Text Example

White with #875BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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