Html Css Color HEX #875CEA Medium Slate Blue

📋 copy color: '#875CEA'

red 135 ◦ green 92 ◦ blue 234

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

Shades of Medium Slate Blue #875CEA

Tints of Medium Slate Blue #875CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 29.28%
G = 19.96%
B = 50.76%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#875CEA (or 0x875CEA) is known color: Medium Slate Blue. HEX triplet: 87, 5C and EA. RGB value is (135,92,234). Sum of RGB (Red+Green+Blue) = 135+92+234=461 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.28% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #875CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CEA is #78A315. Grayscale: #787878. Windows color (decimal): -7906070 or 15359111. OLE color: 15359111.

HSL color Cylindrical-coordinate representation of color #875CEA: hue angle of 258.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #875CEA is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 92 234 -
CMYK 0.42 0.61 0 0.08
HSL 258.17º 0.77% 0.64% -
HSV(B) 258.17º 0.61% 0.92% -
XYZ 28.67 18.75 79.95 -
YUV 121.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 135 92 234 0.42 0.61 0 0.08 258.17 0.77 0.64
Hex 87 5C EA 2A 3D 0 8 102 4D 40
Octal 207 134 352 52 75 0 10 402 115 100
Binary 10000111 1011100 11101010 101010 111101 0 1000 100000010 1001101 1000000

Color Harmonies of #875CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CEA

Black with #875CEA

Text Example


Text Example

White with #875CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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