Html Css Color HEX #875FEA Medium Slate Blue

📋 copy color: '#875FEA'

red 135 ◦ green 95 ◦ blue 234

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

Shades of Medium Slate Blue #875FEA

Tints of Medium Slate Blue #875FEA

RGB

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

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

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

R = 29.09%
G = 20.47%
B = 50.43%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#875FEA (or 0x875FEA) is known color: Medium Slate Blue. HEX triplet: 87, 5F and EA. RGB value is (135,95,234). Sum of RGB (Red+Green+Blue) = 135+95+234=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #875FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875FEA is #78A015. Grayscale: #7A7A7A. Windows color (decimal): -7905302 or 15359879. OLE color: 15359879.

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

Color convert

RGB 135 95 234 -
CMYK 0.42 0.59 0 0.08
HSL 257.27º 0.77% 0.65% -
HSV(B) 257.27º 0.59% 0.92% -
XYZ 28.94 19.28 80.04 -
YUV 122.81 190.75 136.7 -
System Red Green Blue C M Y K H S L
Decimal 135 95 234 0.42 0.59 0 0.08 257.27 0.77 0.65
Hex 87 5F EA 2A 3B 0 8 101 4D 41
Octal 207 137 352 52 73 0 10 401 115 101
Binary 10000111 1011111 11101010 101010 111011 0 1000 100000001 1001101 1000001

Color Harmonies of #875FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FEA

Black with #875FEA

Text Example


Text Example

White with #875FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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