Html Css Color HEX #7849FC Medium Slate Blue

📋 copy color: '#7849FC'

red 120 ◦ green 73 ◦ blue 252

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

Shades of Medium Slate Blue #7849FC

Tints of Medium Slate Blue #7849FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.4%

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 26.97%
G = 16.4%
B = 56.63%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7849FC (or 0x7849FC) is known color: Medium Slate Blue. HEX triplet: 78, 49 and FC. RGB value is (120,73,252). Sum of RGB (Red+Green+Blue) = 120+73+252=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #7849FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7849FC is #87B603. Grayscale: #6A6A6A. Windows color (decimal): -8893956 or 16533880. OLE color: 16533880.

HSL color Cylindrical-coordinate representation of color #7849FC: hue angle of 255.75º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7849FC is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 73 252 -
CMYK 0.52 0.71 0 0.01
HSL 255.75º 0.97% 0.64% -
HSV(B) 255.75º 0.71% 0.99% -
XYZ 27.7 15.79 93.68 -
YUV 107.46 209.57 136.95 -
System Red Green Blue C M Y K H S L
Decimal 120 73 252 0.52 0.71 0 0.01 255.75 0.97 0.64
Hex 78 49 FC 34 47 0 1 100 61 40
Octal 170 111 374 64 107 0 1 400 141 100
Binary 1111000 1001001 11111100 110100 1000111 0 1 100000000 1100001 1000000

Color Harmonies of #7849FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7849FC

Black with #7849FC

Text Example


Text Example

White with #7849FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7849FC; }

 p { color: rgb(120,73,252); }

 H1.HeaderClassName
 {
   color: #7849FC;
 }
 .AnyTagClassName
 {
   color: #7849FC;
 }
</style>

background-color css

<style>
 a { background-color: #7849FC; }

 a { background-color: rgb(120,73,252); }

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

border-color css

<style>
 span { border-color: #7849FC; }

 span { border-color: rgb(120,73,252); }

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