Html Css Color HEX #875CEF Medium Slate Blue

📋 copy color: '#875CEF'

red 135 ◦ green 92 ◦ blue 239

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

Shades of Medium Slate Blue #875CEF

Tints of Medium Slate Blue #875CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.74%

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

R = 28.97%
G = 19.74%
B = 51.29%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#875CEF (or 0x875CEF) is known color: Medium Slate Blue. HEX triplet: 87, 5C and EF. RGB value is (135,92,239). Sum of RGB (Red+Green+Blue) = 135+92+239=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #875CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CEF is #78A310. Grayscale: #797979. Windows color (decimal): -7906065 or 15686791. OLE color: 15686791.

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

Color convert

RGB 135 92 239 -
CMYK 0.44 0.62 0 0.06
HSL 257.55º 0.82% 0.65% -
HSV(B) 257.55º 0.62% 0.94% -
XYZ 29.4 19.04 83.79 -
YUV 121.62 194.25 137.55 -
System Red Green Blue C M Y K H S L
Decimal 135 92 239 0.44 0.62 0 0.06 257.55 0.82 0.65
Hex 87 5C EF 2C 3E 0 6 102 52 41
Octal 207 134 357 54 76 0 6 402 122 101
Binary 10000111 1011100 11101111 101100 111110 0 110 100000010 1010010 1000001

Color Harmonies of #875CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CEF

Black with #875CEF

Text Example


Text Example

White with #875CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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