Html Css Color HEX #875BF1 Medium Slate Blue

📋 copy color: '#875BF1'

red 135 ◦ green 91 ◦ blue 241

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

Shades of Medium Slate Blue #875BF1

Tints of Medium Slate Blue #875BF1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.49%

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 28.91%
G = 19.49%
B = 51.61%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#875BF1 (or 0x875BF1) is known color: Medium Slate Blue. HEX triplet: 87, 5B and F1. RGB value is (135,91,241). Sum of RGB (Red+Green+Blue) = 135+91+241=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #875BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BF1 is #78A40E. Grayscale: #787878. Windows color (decimal): -7906319 or 15817607. OLE color: 15817607.

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

Color convert

RGB 135 91 241 -
CMYK 0.44 0.62 0 0.05
HSL 257.6º 0.84% 0.65% -
HSV(B) 257.6º 0.62% 0.95% -
XYZ 29.61 18.98 85.32 -
YUV 121.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 135 91 241 0.44 0.62 0 0.05 257.6 0.84 0.65
Hex 87 5B F1 2C 3E 0 5 102 54 41
Octal 207 133 361 54 76 0 5 402 124 101
Binary 10000111 1011011 11110001 101100 111110 0 101 100000010 1010100 1000001

Color Harmonies of #875BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BF1

Black with #875BF1

Text Example


Text Example

White with #875BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,91,241); }

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

background-color css

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

 a { background-color: rgb(135,91,241); }

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

border-color css

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

 span { border-color: rgb(135,91,241); }

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