Html Css Color HEX #875FEF Medium Slate Blue

📋 copy color: '#875FEF'

red 135 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #875FEF

Tints of Medium Slate Blue #875FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 28.78%
G = 20.26%
B = 50.96%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#875FEF (or 0x875FEF) is known color: Medium Slate Blue. HEX triplet: 87, 5F and EF. RGB value is (135,95,239). Sum of RGB (Red+Green+Blue) = 135+95+239=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #875FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875FEF is #78A010. Grayscale: #7A7A7A. Windows color (decimal): -7905297 or 15687559. OLE color: 15687559.

HSL color Cylindrical-coordinate representation of color #875FEF: hue angle of 256.67º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875FEF is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 95 239 -
CMYK 0.44 0.60 0 0.06
HSL 256.67º 0.82% 0.65% -
HSV(B) 256.67º 0.6% 0.94% -
XYZ 29.66 19.57 83.87 -
YUV 123.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 135 95 239 0.44 0.60 0 0.06 256.67 0.82 0.65
Hex 87 5F EF 2C 3C 0 6 101 52 41
Octal 207 137 357 54 74 0 6 401 122 101
Binary 10000111 1011111 11101111 101100 111100 0 110 100000001 1010010 1000001

Color Harmonies of #875FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FEF

Black with #875FEF

Text Example


Text Example

White with #875FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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