Html Css Color HEX #875FEB Medium Slate Blue

📋 copy color: '#875FEB'

red 135 ◦ green 95 ◦ blue 235

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

Shades of Medium Slate Blue #875FEB

Tints of Medium Slate Blue #875FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 29.03%
G = 20.43%
B = 50.54%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#875FEB (or 0x875FEB) is known color: Medium Slate Blue. HEX triplet: 87, 5F and EB. RGB value is (135,95,235). Sum of RGB (Red+Green+Blue) = 135+95+235=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #875FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875FEB is #78A014. Grayscale: #7A7A7A. Windows color (decimal): -7905301 or 15425415. OLE color: 15425415.

HSL color Cylindrical-coordinate representation of color #875FEB: hue angle of 257.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875FEB is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 95 235 -
CMYK 0.43 0.60 0 0.08
HSL 257.14º 0.78% 0.65% -
HSV(B) 257.14º 0.6% 0.92% -
XYZ 29.08 19.33 80.8 -
YUV 122.92 191.25 136.62 -
System Red Green Blue C M Y K H S L
Decimal 135 95 235 0.43 0.60 0 0.08 257.14 0.78 0.65
Hex 87 5F EB 2B 3C 0 8 101 4E 41
Octal 207 137 353 53 74 0 10 401 116 101
Binary 10000111 1011111 11101011 101011 111100 0 1000 100000001 1001110 1000001

Color Harmonies of #875FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FEB

Black with #875FEB

Text Example


Text Example

White with #875FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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