Html Css Color HEX #7855F1 Medium Slate Blue

📋 copy color: '#7855F1'

red 120 ◦ green 85 ◦ blue 241

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

Shades of Medium Slate Blue #7855F1

Tints of Medium Slate Blue #7855F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

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

R = 26.91%
G = 19.06%
B = 54.04%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7855F1 (or 0x7855F1) is known color: Medium Slate Blue. HEX triplet: 78, 55 and F1. RGB value is (120,85,241). Sum of RGB (Red+Green+Blue) = 120+85+241=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #7855F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7855F1 is #87AA0E. Grayscale: #707070. Windows color (decimal): -8890895 or 15816056. OLE color: 15816056.

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

Color convert

RGB 120 85 241 -
CMYK 0.50 0.65 0 0.05
HSL 253.46º 0.85% 0.64% -
HSV(B) 253.46º 0.65% 0.95% -
XYZ 26.87 16.84 85.05 -
YUV 113.25 200.1 132.82 -
System Red Green Blue C M Y K H S L
Decimal 120 85 241 0.50 0.65 0 0.05 253.46 0.85 0.64
Hex 78 55 F1 32 41 0 5 FD 55 40
Octal 170 125 361 62 101 0 5 375 125 100
Binary 1111000 1010101 11110001 110010 1000001 0 101 11111101 1010101 1000000

Color Harmonies of #7855F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7855F1

Black with #7855F1

Text Example


Text Example

White with #7855F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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