Html Css Color HEX #7857F6 Medium Slate Blue

📋 copy color: '#7857F6'

red 120 ◦ green 87 ◦ blue 246

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

Shades of Medium Slate Blue #7857F6

Tints of Medium Slate Blue #7857F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.3%

R = 26.49%
G = 19.21%
B = 54.3%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7857F6 (or 0x7857F6) is known color: Medium Slate Blue. HEX triplet: 78, 57 and F6. RGB value is (120,87,246). Sum of RGB (Red+Green+Blue) = 120+87+246=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #7857F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7857F6 is #87A809. Grayscale: #727272. Windows color (decimal): -8890378 or 16144248. OLE color: 16144248.

HSL color Cylindrical-coordinate representation of color #7857F6: hue angle of 252.45º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7857F6 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 120 87 246 -
CMYK 0.51 0.65 0 0.04
HSL 252.45º 0.9% 0.65% -
HSV(B) 252.45º 0.65% 0.96% -
XYZ 27.79 17.46 89.09 -
YUV 114.99 201.93 131.57 -
System Red Green Blue C M Y K H S L
Decimal 120 87 246 0.51 0.65 0 0.04 252.45 0.9 0.65
Hex 78 57 F6 33 41 0 4 FC 5A 41
Octal 170 127 366 63 101 0 4 374 132 101
Binary 1111000 1010111 11110110 110011 1000001 0 100 11111100 1011010 1000001

Color Harmonies of #7857F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7857F6

Black with #7857F6

Text Example


Text Example

White with #7857F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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