Html Css Color HEX #7857F1 Medium Slate Blue

📋 copy color: '#7857F1'

red 120 ◦ green 87 ◦ blue 241

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

Shades of Medium Slate Blue #7857F1

Tints of Medium Slate Blue #7857F1

RGB

 RED value IS 120 (47.27% from 255) = 26.79%

 GREEN value IS 87 (34.38% from 255) = 19.42%

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

R = 26.79%
G = 19.42%
B = 53.79%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7857F1 (or 0x7857F1) is known color: Medium Slate Blue. HEX triplet: 78, 57 and F1. RGB value is (120,87,241). Sum of RGB (Red+Green+Blue) = 120+87+241=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #7857F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7857F1 is #87A80E. Grayscale: #717171. Windows color (decimal): -8890383 or 15816568. OLE color: 15816568.

HSL color Cylindrical-coordinate representation of color #7857F1: hue angle of 252.86º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7857F1 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 87 241 -
CMYK 0.50 0.64 0 0.05
HSL 252.86º 0.85% 0.64% -
HSV(B) 252.86º 0.64% 0.95% -
XYZ 27.03 17.16 85.11 -
YUV 114.42 199.43 131.98 -
System Red Green Blue C M Y K H S L
Decimal 120 87 241 0.50 0.64 0 0.05 252.86 0.85 0.64
Hex 78 57 F1 32 40 0 5 FD 55 40
Octal 170 127 361 62 100 0 5 375 125 100
Binary 1111000 1010111 11110001 110010 1000000 0 101 11111101 1010101 1000000

Color Harmonies of #7857F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7857F1

Black with #7857F1

Text Example


Text Example

White with #7857F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7857F1; }

 p { color: rgb(120,87,241); }

 H1.HeaderClassName
 {
   color: #7857F1;
 }
 .AnyTagClassName
 {
   color: #7857F1;
 }
</style>

background-color css

<style>
 a { background-color: #7857F1; }

 a { background-color: rgb(120,87,241); }

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

border-color css

<style>
 span { border-color: #7857F1; }

 span { border-color: rgb(120,87,241); }

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