Html Css Color HEX #875CE6 Medium Slate Blue

📋 copy color: '#875CE6'

red 135 ◦ green 92 ◦ blue 230

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

Shades of Medium Slate Blue #875CE6

Tints of Medium Slate Blue #875CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.33%

R = 29.54%
G = 20.13%
B = 50.33%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#875CE6 (or 0x875CE6) is known color: Medium Slate Blue. HEX triplet: 87, 5C and E6. RGB value is (135,92,230). Sum of RGB (Red+Green+Blue) = 135+92+230=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #875CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CE6 is #78A319. Grayscale: #787878. Windows color (decimal): -7906074 or 15096967. OLE color: 15096967.

HSL color Cylindrical-coordinate representation of color #875CE6: hue angle of 258.7º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875CE6 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 135 92 230 -
CMYK 0.41 0.60 0 0.10
HSL 258.7º 0.73% 0.63% -
HSV(B) 258.7º 0.6% 0.9% -
XYZ 28.1 18.52 76.96 -
YUV 120.59 189.75 138.28 -
System Red Green Blue C M Y K H S L
Decimal 135 92 230 0.41 0.60 0 0.10 258.7 0.73 0.63
Hex 87 5C E6 29 3C 0 A 103 49 3F
Octal 207 134 346 51 74 0 12 403 111 77
Binary 10000111 1011100 11100110 101001 111100 0 1010 100000011 1001001 111111

Color Harmonies of #875CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CE6

Black with #875CE6

Text Example


Text Example

White with #875CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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