Html Css Color HEX #875FEC Medium Slate Blue

📋 copy color: '#875FEC'

red 135 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #875FEC

Tints of Medium Slate Blue #875FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.39%

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

R = 28.97%
G = 20.39%
B = 50.64%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#875FEC (or 0x875FEC) is known color: Medium Slate Blue. HEX triplet: 87, 5F and EC. RGB value is (135,95,236). Sum of RGB (Red+Green+Blue) = 135+95+236=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #875FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875FEC is #78A013. Grayscale: #7A7A7A. Windows color (decimal): -7905300 or 15490951. OLE color: 15490951.

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

Color convert

RGB 135 95 236 -
CMYK 0.43 0.60 0 0.07
HSL 257.02º 0.79% 0.65% -
HSV(B) 257.02º 0.6% 0.93% -
XYZ 29.22 19.39 81.56 -
YUV 123.03 191.75 136.54 -
System Red Green Blue C M Y K H S L
Decimal 135 95 236 0.43 0.60 0 0.07 257.02 0.79 0.65
Hex 87 5F EC 2B 3C 0 7 101 4F 41
Octal 207 137 354 53 74 0 7 401 117 101
Binary 10000111 1011111 11101100 101011 111100 0 111 100000001 1001111 1000001

Color Harmonies of #875FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FEC

Black with #875FEC

Text Example


Text Example

White with #875FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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