Html Css Color HEX #875DF9 Medium Slate Blue

📋 copy color: '#875DF9'

red 135 ◦ green 93 ◦ blue 249

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

Shades of Medium Slate Blue #875DF9

Tints of Medium Slate Blue #875DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.5%

 BLUE value IS 249 (97.66% from 255) = 52.2%

R = 28.3%
G = 19.5%
B = 52.2%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#875DF9 (or 0x875DF9) is known color: Medium Slate Blue. HEX triplet: 87, 5D and F9. RGB value is (135,93,249). Sum of RGB (Red+Green+Blue) = 135+93+249=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #875DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875DF9 is #78A206. Grayscale: #7A7A7A. Windows color (decimal): -7905799 or 16342407. OLE color: 16342407.

HSL color Cylindrical-coordinate representation of color #875DF9: hue angle of 256.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #875DF9 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 93 249 -
CMYK 0.46 0.63 0 0.02
HSL 256.15º 0.93% 0.67% -
HSV(B) 256.15º 0.63% 0.98% -
XYZ 31 19.82 91.81 -
YUV 123.34 198.91 136.32 -
System Red Green Blue C M Y K H S L
Decimal 135 93 249 0.46 0.63 0 0.02 256.15 0.93 0.67
Hex 87 5D F9 2E 3F 0 2 100 5D 43
Octal 207 135 371 56 77 0 2 400 135 103
Binary 10000111 1011101 11111001 101110 111111 0 10 100000000 1011101 1000011

Color Harmonies of #875DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DF9

Black with #875DF9

Text Example


Text Example

White with #875DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,249); }

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

background-color css

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

 a { background-color: rgb(135,93,249); }

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

border-color css

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

 span { border-color: rgb(135,93,249); }

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